Front page | perl.perl5.porters |
Postings from September 1999
Re: deprecating SIGDIE
Thread Previous
|
Thread Next
From:
Tom Christiansen
Date:
September 30, 1999 08:48
Subject:
Re: deprecating SIGDIE
Message ID:
199909301547.JAA12976@jhereg.perl.com
:Upon pondering, I prefer Tom's approach. __DIE__ is meant for exactly
:that. A last chance to catch a die at the application level. Support
:for post-processing to allow for rich exception handling/tracing needs
:to be addressed though, so that people can convert all their existing
:code that presently abuses the __DIE__ semantics.
There's always Module::END for module-cleanup.
--tom
Thread Previous
|
Thread Next