in reply to Debugging a module that's failing under taint mode
> I would prefer to understand how to debug this problem
binary search debugging:
your problem starts already in line 8, so successively exclude half of the preceding lines, till you isolated the problem.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Debugging a module that's failing under taint mode
by LanX (Saint) on Jul 01, 2021 at 21:38 UTC | |
by Bod (Parson) on Jul 01, 2021 at 22:33 UTC | |
by LanX (Saint) on Jul 01, 2021 at 22:35 UTC | |
by Bod (Parson) on Jul 01, 2021 at 22:38 UTC | |
by LanX (Saint) on Jul 01, 2021 at 22:48 UTC |