Changes related to Perl:Guides
From Progzoo
(to pages linked from "Perl:Guides")
This special page lists the last changes on pages who are linked. Pages on your watchlist are bold.
< Perl:GuidesBelow are the last 50 changes in the last 7 days, as of 10:57, 22 November 2008.
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide minor edits
16 November 2008
- (diff) (hist) . . Perl:Equal Strings; 23:48 . . (-14) . . Andr3w (Talk | contribs)
- (diff) (hist) . . Perl:Equal Strings; 23:46 . . (+10) . . Andr3w (Talk | contribs)
- (diff) (hist) . . N Perl:Equal Strings; 23:45 . . (+270) . . Andr3w (Talk | contribs) (New page: {{String Functions}} {{Simple Tests}} <question> Use <code>eq</code> to test if strings are equal. You can't use s==t on strings. <prog>#!/usr/bin/perl for (my $s ("one two three four".s...)
- (diff) (hist) . . Perl:Special Character; 23:40 . . (-61) . . Andr3w (Talk | contribs) (→Double Quotes - )
- (diff) (hist) . . Perl:Special Character; 23:39 . . (+134) . . Andr3w (Talk | contribs) (→Double Quotes - )
- (diff) (hist) . . Perl:String Functions; 23:37 . . (-36) . . Andr3w (Talk | contribs)
- (diff) (hist) . . N Perl:String Functions; 23:35 . . (+940) . . Andr3w (Talk | contribs) (New page: {{String Functions}} The methods and properties of the String type include: <table border='1'> <caption>String s="Andrew was here"</caption> <tr><th>Example</th><th>Value</th><th>Comment</...)