![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: What's your favourite method of untainting?by rob_au (Abbot) |
on Dec 14, 2005 at 12:11 UTC ( #516592=note: print w/replies, xml ) | Need Help?? |
For those who are unaware, the untainting method described in the third option refers specifically to tainting behaviour for hash keys - That is, hash keys are not tainted, ever. From perlsec - 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.
perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"
In Section
Past Polls
|
|