From: Hugo van der Sanden Date: Mon, 24 Feb 2003 00:18:42 +0000 (+0000) Subject: Remove no-longer-true line from perlop X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=573e01ca889ca9a9ae046f92457272ab11ee63d8;p=p5sagit%2Fp5-mst-13.2.git Remove no-longer-true line from perlop p4raw-id: //depot/perl@18762 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 46515e8..ad46301 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -178,8 +178,7 @@ operator. See L for details. 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 less efficient than an explicit search, because the -pattern must be compiled every time the expression is evaluated. +time. Binary "!~" is just like "=~" except the return value is negated in the logical sense.