in reply to Taint mode problem

If you're running IIS, Taint with Perl on NT/IIS might enlight you as to cause and remedy.

When running scripts from the command line, use

perl -T <script>
instead of relying on
#!perl -T
at the top of the script.