in reply to Destructor() for a non OO script?

There is (END blocks), but it won't help you. SIGINT will force your script to exit immediately, unless you tell it otherwise by hooking into %SIG.

Replies are listed 'Best First'.
Re^2: Destructor() for a non OO script?
by ttlgreen (Sexton) on Jan 21, 2009 at 06:28 UTC
    Thank you very much! Looks like %SIG will be perfect for what I need.

    I do actually plan on adding a real user interface to this script someday... but for now I think that might be a little over my head ;)