in reply to Re^2: Error handling - how much/where/how? (a plug for Devel::SimpleTrace)
in thread Error handling - how much/where/how?

another way is to use Carp::croak to report errors and then use...
perl -MCarp=verbose foo.pl
to get stack traces.
  • Comment on Re^3: Error handling - how much/where/how? (a plug for Devel::SimpleTrace)
  • Download Code