in reply to Re: "one tainted value taints the whole expression"
in thread "one tainted value taints the whole expression"
$foo, $bar, and "the $foo" are not tainted. Try appending the following to the script:
print "5. tainted\n" if tainted($bar); print "6. tainted\n" if tainted("the $foo");
Neither line prints.
Good Day,
Dean
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "one tainted value taints the whole expression"
by Anonymous Monk on Oct 14, 2008 at 22:42 UTC |