in reply to
disable ctrl+c in my program
Hi
patrix
,
the signal you want to catch is the interrupt signal.
Just put in a line like
$SIG{'INT'} = 'IGNORE';
[download]
and the program will no longer terminate on Ctrl-C
Hope this helps
thinker
Comment on
Re: disable ctrl+c in my program
Download
Code
In Section
Seekers of Perl Wisdom