in reply to Destructor() for a non OO script?
But be warned that if it terminates more abruptly, for instance someone does a kill -9 or you link to a C library that segfaults, the END block will never have a chance to run.
Update: Oops, ikegami is right. You do need to do more than just have an END block. My bad.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Destructor() for a non OO script?
by ikegami (Patriarch) on Jan 21, 2009 at 04:51 UTC |