X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlcheat.pod;h=7f2c83066f66d8bb38c3c662c5de099ec88e3fc7;hb=7360c6b444ea6e19b6583f9530f845bee19c7921;hp=07853a8056d12b227c95327d72c3bb5868d9a6de;hpb=740d4bb23b722729f87a23733be98429529fd900;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlcheat.pod b/pod/perlcheat.pod index 07853a8..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