From: Vlad Harchev Date: Wed, 13 Oct 1999 15:48:59 +0000 (+0500) Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1121d3c6f6ecb3219f8fde9be69c04fd097a9166;p=p5sagit%2Fp5-mst-13.2.git [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 To: perl5-porters@perl.org Message-Id: p4raw-id: //depot/cfgperl@4367 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 01074b3..e563888 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -173,7 +173,7 @@ $_. The return value indicates the success of the operation. (If the right argument is an expression rather than a search pattern, substitution, or transliteration, it is interpreted as a search pattern at run time. This can be is less efficient than an explicit search, because the -pattern must be compiled every time the expression is evaluated. +pattern must be compiled every time the expression is evaluated). Binary "!~" is just like "=~" except the return value is negated in the logical sense.