This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e836f4
)
Remove no-longer-true line from perlop
author
Hugo van der Sanden
<hv@crypt.org>
Mon, 24 Feb 2003 00:18:42 +0000
(
00:18
+0000)
committer
hv
<hv@crypt.org>
Mon, 24 Feb 2003 00:18:42 +0000
(
00:18
+0000)
p4raw-id: //depot/perl@18762
pod/perlop.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
46515e8
..
ad46301
100644
(file)
--- 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.