in reply to Re: Running a sub before a script exits?
in thread Running a sub before a script exits?

Thank you SOOOOO much, that works great! I didn't even know about DESTROY :)
  • Comment on Re: Re: Running a sub before a script exits?

Replies are listed 'Best First'.
Re: Re: Re: Running a sub before a script exits?
by rattusillegitimus (Friar) on Aug 25, 2002 at 04:29 UTC

    No problem. ;) I highly recommend all the various OO pods as well as theDamian's Object Oriented Perl. (I consulted the latter about DESTROY right before posting)