in reply to Re: Debugging a module that's failing under taint mode
in thread Debugging a module that's failing under taint mode

The OPs problem happened at compile time.

The debugger called with perl -dT would have only kicked in after the problem already happened.

If you wanted to show how to use the debugger you should have probably

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^2: Debugging a module that's failing under taint mode (compile time)
  • Download Code