- or download this
perl -MCarp::Always script.pl
- or download this
PERL5OPT=-MCarp::Always script.pl
- or download this
$ perl -MCarp::Always -e 'sub f { die "arghh" }; sub g { f }; g;'
arghh at -e line 1
main::f() called at -e line 1
main::g() called at -e line 1