Subject: | Bug with Event & Win32 Ctrl-C handling? |
The following doesn't work with ActivePerl 5.8.7.813:
my $foo = Event->signal( signal => 'INT', cb => \&interrupt, );
sub interrupt { print "somebody hit ctrl-c"; }
This queue is for tickets about the Event CPAN distribution.
The Basics
People
|
Bug Information
|