in reply to trapping signals
When a __DIE__ hook routine returns, exception processing continues as it would have in the absence of the hook, unless the hook routine itself exits via goto, a loop exit, or a die.
Do not attempt to build an exception-handling mechanism on this feature. Use eval {} to trap exceptions instead.
|
|---|