diff options
author | Frank Wiegand <frank.wiegand@gmail.com> | 2009-08-28 11:12:59 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-08-28 11:12:59 +0200 |
commit | 79a59c7258f9a162e5dddf58683731a4f525a2ae (patch) | |
tree | 4d9897c39dbfd5ea45270c711c19b1d1c341a6ec /pod/perlcheat.pod | |
parent | 5b99f2732ec8593231b8421b315c62193337945a (diff) | |
download | perl-79a59c7258f9a162e5dddf58683731a4f525a2ae.tar.gz |
Add ~~ and // to perlcheat.pod
Diffstat (limited to 'pod/perlcheat.pod')
-rw-r--r-- | pod/perlcheat.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlcheat.pod b/pod/perlcheat.pod index 07853a8056..7f2c83066f 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 |