diff options
author | Vlad Harchev <hvv@hippo.ru> | 1999-10-13 20:48:59 +0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-13 12:10:30 +0000 |
commit | 1121d3c6f6ecb3219f8fde9be69c04fd097a9166 (patch) | |
tree | 017a57a86499f8c1fbd42626b782f4d77ef9ddad | |
parent | 736ec1c80bab696179afe4da708394b48b43c248 (diff) | |
download | perl-1121d3c6f6ecb3219f8fde9be69c04fd097a9166.tar.gz |
[ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
To: perl5-porters@perl.org
Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
p4raw-id: //depot/cfgperl@4367
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 01074b3096..e563888c9c 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. |