![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Re: proper untainting and use of refby particle (Vicar) |
on Apr 17, 2002 at 18:39 UTC ( #159930=note: print w/replies, xml ) | Need Help?? |
my problem is i've already untainted this data once.
so the data in %params should be untainted, no? but when it's accessed later, via
$userfile is now tainted, even though $params{username} should be untainted. am i missing something? Update: modifying the get_userfile() sub like so:
so $config and its data are not tainted. why is $params{ username } still tainted?
~Particle ;Þ
In Section
Seekers of Perl Wisdom
|
|