[ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
Vlad Harchev [Wed, 13 Oct 1999 15:48:59 +0000 (20:48 +0500)]
To: perl5-porters@perl.org
Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>

p4raw-id: //depot/cfgperl@4367

pod/perlop.pod

index 01074b3..e563888 100644 (file)
@@ -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.