in reply to Re: How to detect a die() without catching it?
in thread How to detect a die() without catching it?
UPDATE: More to the point, these profiler subs will be called recursively. There will be a stack of profiler subs equivalent to the normal Perl call stack. How can I use $SIG{__DIE__} in a case where multiple subs need to be ready to catch die()s?
Of course, I may just be clinging irrationally to the idea that this is a hard problem just to save myself from realizing I'm a manual-ignoring moron...
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re3: How to detect a die() without catching it?
by belg4mit (Prior) on May 17, 2002 at 23:03 UTC | |
by samtregar (Abbot) on May 17, 2002 at 23:08 UTC | |
by belg4mit (Prior) on May 17, 2002 at 23:37 UTC | |
by samtregar (Abbot) on May 18, 2002 at 01:04 UTC |