summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2003-02-24 00:18:42 +0000
committerhv <hv@crypt.org>2003-02-24 00:18:42 +0000
commit573e01ca889ca9a9ae046f92457272ab11ee63d8 (patch)
tree8279ee3a5bc223c692241276a26589f5e610f06a /pod
parent5e836f438feb614a0470dee68b7765d2c6f79353 (diff)
downloadperl-573e01ca889ca9a9ae046f92457272ab11ee63d8.tar.gz
Remove no-longer-true line from perlop
p4raw-id: //depot/perl@18762
Diffstat (limited to 'pod')
-rw-r--r--pod/perlop.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 46515e89a4..ad46301b42 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -178,8 +178,7 @@ operator. See L</"Regexp Quote-Like Operators"> 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.