Hi Brian,
I'm just trying to make sure I understand what you mean.
On Sunday, September 1, 2002, at 05:00 PM, _brian_d_foy wrote:
>
> no, it's not. die()'s action is mutable, and may have side effects.
Are you talking about $SIG{__DIE__} ? I generally never use
that, just for the reason that $SIG{__DIE__} and exceptions
don't necessarily cooperate well - unless you really know what
you're doing, and then can they cooperate *very* well. The
details are in Matt Sergeant's "Exceptions in Perl" talk from
TPC 2001:
http://axkit.org/docs/presentations/tpc2001/exceptions.axp/a.pdf
-Ken