[ Create a new account ]
In fact I rarely use $SIG{__DIE__} for exception handling, but the concept of the module would be a bit interesting.
Tarball can be fetched from: here.
My solution, based entirely on a small blurb by Damian Conway, was to redefine the "die" sub like so:
*CORE::GLOBAL::die = \&handle_die;
I posted to clpm about any potential drawback to doing this, but no one responded. Any thoughts?
Get More Comments
Reply
My solution (Score:0)
My solution, based entirely on a small blurb by Damian Conway, was to redefine the "die" sub like so:
*CORE::GLOBAL::die = \&handle_die;
I posted to clpm about any potential drawback to doing this, but no one responded. Any thoughts?