X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlcheat.pod;h=7f2c83066f66d8bb38c3c662c5de099ec88e3fc7;hb=7360c6b444ea6e19b6583f9530f845bee19c7921;hp=440b35991b4b273dfb769e8d2410897236c99981;hpb=5e25a3e50bb25a1da95caa372caa582399fa53cc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlcheat.pod b/pod/perlcheat.pod index 440b359..7f2c830 100644 --- a/pod/perlcheat.pod +++ b/pod/perlcheat.pod @@ -35,11 +35,11 @@ already be overwhelming. << >> while ( ) { }, until ( ) { } named uops if ( ) { } elsif ( ) { } else { } < > <= >= lt gt le ge unless ( ) { } elsif ( ) { } else { } - == != <=> eq ne cmp for equals foreach (ALWAYS) + == != <=> eq ne cmp ~~ for equals foreach (ALWAYS) & | ^ REGEX METACHARS REGEX MODIFIERS && ^ string begin /i case insens. - || $ str. end (before \n) /m line based ^$ + || // $ str. end (before \n) /m line based ^$ .. ... + one or more /s . includes \n ?: * zero or more /x ign. wh.space = += -= *= etc. ? zero or one /g global @@ -84,7 +84,7 @@ Perl 6 version to show that Perl will stay Perl. =head1 AUTHOR -Juerd Waalboer , with the help of many Perl Monks. +Juerd Waalboer <#####@juerd.nl>, with the help of many Perl Monks. =head1 SEE ALSO