projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c2b76
)
undo change#2465 (qw[] is a real list now)
author
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 16 Feb 1999 18:04:29 +0000
(18:04 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Tue, 16 Feb 1999 18:04:29 +0000
(18:04 +0000)
p4raw-link: @2465 on //depot/cfgperl:
49bb67615f25aa24217b077bcddd9be35d8b60e1
p4raw-id: //depot/perl@2960
pod/perlop.pod
patch
|
blob
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
6963fbe
..
dfb893d
100644
(file)
--- a/
pod/perlop.pod
+++ b/
pod/perlop.pod
@@
-1065,10
+1065,6
@@
comments into a multi-line C<qw>-string. For this reason the C<-w>
switch produce warnings if the STRING contains the "," or the "#"
character.
-Note that under use L<locale> qw() taints because the definition of
-whitespace is tainted. See L<perlsec> for more information about
-tainting and L<perllocale> for more information about locales.
-
=item s/PATTERN/REPLACEMENT/egimosx
Searches a string for a pattern, and if found, replaces that pattern