in reply to
win32, ctrl-c, sleep, and signals
I seem to recall that that on Windows, I seem to need to set a handler for
$SIG{BREAK}
to catch a CTRL-C. I usually set the handlers for
$SIG{BREAK}, $SIG{INT}, $SIG{TERM}, and $SIG{HUP}
to the same handler.
--
sgifford's Web page
Comment on
Re: win32, ctrl-c, sleep, and signals
Select
or
Download
Code
In Section
Seekers of Perl Wisdom