in reply to Re: Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?
in thread Is possible to force the execution of a END block at runtime, without need to start global destruction?
sub end { # Put here what you'd normally put in END {...} } END {end}
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?
by dmitri (Priest) on May 22, 2004 at 04:03 UTC | |
|
Re: Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?
by gmpassos (Priest) on May 22, 2004 at 06:17 UTC |