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.