Gossamer Forum
Home : General : Perl Programming :

Handling Abrubt Termination

Quote Reply
Handling Abrubt Termination
Hi All ,

I want to write a perl script that goes into an endless while loop .
However when terminated , it should perform certain functions.

Any ideas on how can I take some post termination actions.