Re: $SIG{__DIE__} should be localized and cleared at the start of an eval block

[email protected] ((PerlDiscuss - Perl Newsgroups and mailing lists)) 17 Dec 2004 12:39:19 -0000
Newsgroups perl.perl6.language.errors
Organization PerlDiscuss.com
Message-ID <[email protected]>
I agree with you but an alternative you didn't mention is to start off
your die handler with:

die @_ if $^S;