From: Frank Wiegand Date: Fri, 28 Aug 2009 09:12:59 +0000 (+0200) Subject: Add ~~ and // to perlcheat.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79a59c7258f9a162e5dddf58683731a4f525a2ae;p=p5sagit%2Fp5-mst-13.2.git Add ~~ and // to perlcheat.pod --- 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