|
|
| "be consistent" | |
| PerlMonks |
RE: RE: How can I keep track of the execution time of a script?by merlyn (Sage) |
| on Oct 04, 2000 at 23:47 UTC ( #35322=note: print w/ replies, xml ) | Need Help?? |
|
Perhaps you wanted an END block instead of a DIE handler. A die handler is only triggered on aborts. END blocks are triggered on all normal terminations, including aborts.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||