![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: Perl's Warn and Die Signalsby broquaint (Abbot) |
on Feb 11, 2002 at 14:41 UTC ( #144640=note: print w/replies, xml ) | Need Help?? |
I'd just like to note that although $SIG{__DIE__} may be given a standard perl function (be it in the form of an anonymous sub or reference to a named sub), it performs 'magic' on it's provided arguments e.g
So even though you are given greater control over the exit of your program, it's still not a good time to be performing complex operations with your die() handler. For further info about the munging of $SIG{__DIE__}'s arguments see this node or check out pp_sys.c in the perl source. HTH broquaint
In Section
Tutorials
|
|