in reply to Re: Test::Taint 0.01 is out
in thread Test::Taint 0.01 is out

But all that data is already tainted. I'm not seeing anything in your list of examples that isn't already tainted by the time your program gets it. That's why I don't see taint() as being useful except in test cases where you have to make fake tainted data.

xoxo,
Andy

Replies are listed 'Best First'.
Re: Re: Re: Test::Taint 0.01 is out
by mr_mischief (Monsignor) on Feb 06, 2004 at 15:00 UTC
    Ah, taint() as a function! Sorry, I must've misread. I thought the topic was the taint pragma.

    Yes, I'd have to agree it'd kinda silly to taint data manually outside of testing.



    Christopher E. Stith