![]() |
|
XP is just a number | |
PerlMonks |
Re: Homegrown Pseudo-Taintingby ChOas (Curate) |
on Mar 15, 2002 at 09:36 UTC ( #151945=note: print w/replies, xml ) | Need Help?? |
Just to add to all the posters above, who focus more on untainting the data, perldoc perlsec gives this example to beforehand check if the data is actually tainted:
GreetZ!,
print "profeth still\n" if /bird|devil/;
In Section
Seekers of Perl Wisdom
|
|