use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($DEBUG); $SIG{__DIE__} = sub { $Log::Log4perl::caller_depth++; LOGCONFESS @_; }; Foo::badsub(); package Foo; sub badsub { die "Argh!!"; }
In reply to Re: Need Increased Funeral Verbosity
by saintmike
in thread Need Increased Funeral Verbosity
by dynamo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |