![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Signal Handlingby lidden (Curate) |
on May 13, 2012 at 08:59 UTC ( #970257=note: print w/replies, xml ) | Need Help?? |
You can set set the handler to a subroutine. $SIG{INT} = sub { <code goes here> }; See perldoc perlipc.
In Section
Seekers of Perl Wisdom
|
|