in reply to
Using Archive::Any in taint mode
Some modules on cpan are not built to work with Taint.
You can try to un-taint the variable
$0
in your code or the module may need a fix to work with taint.
Comment on
Re: Using Archive::Any in taint mode
Download
Code
In Section
Seekers of Perl Wisdom