princepawn has asked for the wisdom of the Perl Monks concerning the following question:
package main; END { ... cleanup code } sub main { ... script code } exit main();
My question is: why would I get the message END failed and what can I do to prevent this from happenening?
As usual, you don't see anything in the Perl docs where you need it --- nothing under Package Constructors and Destructors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: END failed --- call queue aborted
by merlyn (Sage) on Aug 23, 2000 at 19:25 UTC | |
|
Re: END failed --- call queue aborted
by chromatic (Archbishop) on Aug 23, 2000 at 19:30 UTC | |
|
Re (tilly) 1: END failed --- call queue aborted
by tilly (Archbishop) on Aug 23, 2000 at 19:45 UTC | |
by tye (Sage) on Aug 23, 2000 at 19:54 UTC | |
by KM (Priest) on Aug 23, 2000 at 19:48 UTC | |
by tilly (Archbishop) on Aug 23, 2000 at 19:52 UTC |