use Scalar::Util 'tainted'; print tainted($_), " $_\n" for @INC; eval { require DebugApp; }; warn $@ if $@; [download]
In reply to Re: Debugging taint by Anonymous Monk in thread Debugging taint by SilasTheMonk