NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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?