Re: New perltrap?
Rick Delaney [Tue, 1 Aug 2006 08:43:36 +0000 (04:43 -0400)]
Message-ID: <20060801124336.GM21381@localhost.localdomain>

p4raw-id: //depot/perl@28644

pod/perlsec.pod

index 68377a5..32a408a 100644 (file)
@@ -63,6 +63,10 @@ you carefully limit what these symbolic values are, people are able
 to call functions B<outside> your Perl code, such as POSIX::system,
 in which case they are able to run arbitrary external code.
 
+=item *
+
+Hash keys are B<never> tainted.
+
 =back
 
 For efficiency reasons, Perl takes a conservative view of
@@ -72,7 +76,7 @@ of the subexpression is not itself affected by the tainted data.
 
 Because taintedness is associated with each scalar value, some
 elements of an array or hash can be tainted and others not.
-The keys of a hash are never tainted.
+The keys of a hash are B<never> tainted.
 
 For example: