Hi.,
I want to call some function when the user force to terminate the perl program.
For example.,
I write a program to create a file when the program starts...
Also I need to delete a file when the user force to terminate the process
i.e Calling some function when the user hitting Ctrl+C in perl command prompt..
Looking for Ur suggestions.
Thanks.
I want to call some function when the user force to terminate the perl program.
For example.,
I write a program to create a file when the program starts...
Also I need to delete a file when the user force to terminate the process
i.e Calling some function when the user hitting Ctrl+C in perl command prompt..
Looking for Ur suggestions.
Thanks.
Comment