From: Christian Burger Date: Sun, 1 Nov 1998 22:28:41 +0000 (+0100) Subject: Document that qw() taints. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49bb67615f25aa24217b077bcddd9be35d8b60e1;p=p5sagit%2Fp5-mst-13.2.git Document that qw() taints. To: perlbug@perl.com Subject: taint problems Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de> p4raw-id: //depot/cfgperl@2465 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 857b951..5a85e7f 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1057,6 +1057,10 @@ 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