in reply to Re^2: EyeBall stumps BodBall
in thread EyeBall stumps BodBall (Error Handling)

I'm sure hv knows this, but for others: if you want to make a die in another module to actually confess, use Devel::Confess, e.g.
perl -d:Confess myfailingscript.pl

Replies are listed 'Best First'.
Re^4: EyeBall stumps BodBall
by stevieb (Canon) on May 20, 2024 at 06:48 UTC

    I like the sound of what you say, but can you show a contextual example to fulfill the thread?