in reply to Homegrown Pseudo-Tainting
sub is_tainted { return ! eval { join('',@_), kill 0; 1; }; } [download]
Except that will only do what you want when you have used the '-T' switch. And as the person who asked the question said they can't use '-T' ..
/J\