|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re^2: Best Practices for Exception Handlingby adrianh (Chancellor) |
| on Jul 11, 2003 at 18:24 UTC ( #273511=note: print w/ replies, xml ) | Need Help?? |
|
There are problems when you mix the signal handling style with other modules that use exception handling, or use it in persistent environments like mod_perl so (in my opinion) it is best avoided. Alternative Exception Handling Techniques in the mod_perl guide has more info on this. Also see the documentation on $^S (in perlvar) and die. It's often simpler just to override CORE::GLOBAL::die and CORE::GLOBAL::warn.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||