http://qs321.pair.com?node_id=997350


in reply to Re^4: Signals vs. Windows
in thread Signals vs. Windows

You won't get very far with Win32 Perl. Try Cygwin Perl then. This is what MS supports as "signals", http://msdn.microsoft.com/en-us/library/xdkz3x12%28v=vs.71%29.aspx, which is Ctrl-C and that is it.

Perl adds some more support in http://perl5.git.perl.org/perl.git/blob/6aa4fbb50135d4863535200030aadfeb8c583c6e:/win32/win32.c#l4174 and http://perl5.git.perl.org/perl.git/blob/6aa4fbb50135d4863535200030aadfeb8c583c6e:/win32/win32.c#l4174.