use Carp; $SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; [download]
See perlvar for more info on %SIG.
In reply to Re^3: Forcing stack trace? by adrianh in thread Forcing stack trace? by Anonymous Monk