in reply to (tye)Re: Weirdness with $SIG{__DIE__} (and __WARN__)
in thread Weirdness with $SIG{__DIE__} (and __WARN__)

Yes, this 'brokenness' is what this code is intended to address.

This is entirely orthogonal to the use of eval. $SIG{__DIE__} is still useful if you want to convert Perl's run time error deaths into a specific exception object or something.

-dave

  • Comment on Re: (tye)Re: Weirdness with $SIG{__DIE__} (and __WARN__)