To: perlbug@perl.com
Subject: taint problems
Message-Id: <
199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
p4raw-id: //depot/cfgperl@2465
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