From: Gurusamy Sarathy Date: Tue, 16 Feb 1999 18:04:29 +0000 (+0000) Subject: undo change#2465 (qw[] is a real list now) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b988f96b4d2a582eb175809bd8070316bbc37118;p=p5sagit%2Fp5-mst-13.2.git undo change#2465 (qw[] is a real list now) p4raw-link: @2465 on //depot/cfgperl: 49bb67615f25aa24217b077bcddd9be35d8b60e1 p4raw-id: //depot/perl@2960 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 6963fbe..dfb893d 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1065,10 +1065,6 @@ comments into a multi-line C-string. For this reason the C<-w> switch produce warnings if the STRING contains the "," or the "#" character. -Note that under use L qw() taints because the definition of -whitespace is tainted. See L for more information about -tainting and L for more information about locales. - =item s/PATTERN/REPLACEMENT/egimosx Searches a string for a pattern, and if found, replaces that pattern