On Wed, 25 Aug 2010, Barry Brevik wrote:
> 
> Environment is Active Perl 5.8.8 on Windows.
> 
> Does anyone know if there is a keystroke combo that will result in a
> SIG{QUIT} in the currently running Perl app?
> 
> I know that SIG{INT} and SIG{BREAK} happen on CTRL-C and CTRL-Break.

These are the only 2 signals supported by the Win32 API, so there is
no keystroke combo that generate SIGQUIT.

See also:

http://msdn.microsoft.com/en-us/library/ms686016%28VS.85%29.aspx

Cheers,
-Jan

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to