summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/pod/perlcheat.pod
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2010-09-24 14:49:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2010-09-24 14:49:22 +0000
commit87b9916873e5480797c57388e050ddabd3343d6c (patch)
tree3aac9f6a580d7f8af1c77bdfc184a28c4f5e8a28 /gnu/usr.bin/perl/pod/perlcheat.pod
parentb7b281a36d0632b20677d583d971dcbcbacc5711 (diff)
Perl 5.12.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/pod/perlcheat.pod')
-rw-r--r--gnu/usr.bin/perl/pod/perlcheat.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/pod/perlcheat.pod b/gnu/usr.bin/perl/pod/perlcheat.pod
index 07853a8056d..7f2c83066f6 100644
--- a/gnu/usr.bin/perl/pod/perlcheat.pod
+++ b/gnu/usr.bin/perl/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