in reply to Re: Getting croak to show both caller and callee?
in thread Getting croak to show both caller and callee?
You can also make croak give a stack trace from the command line.
orexport PERL5OPT=-MCarp::Always script
perl -MCarp::Always script script
|
|---|