Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Signals in Strawberry Perl: Name or number?

by Marshall (Canon)
on Sep 13, 2009 at 18:07 UTC ( [id://795016]=note: print w/replies, xml ) Need Help??


in reply to Re: Signals in Strawberry Perl: Name or number?
in thread Signals in Strawberry Perl: Name or number?

On Windows XP, ActiveState 5.10 you will get:
Process completed with exit code 14

There is a problem with "kill", not with ALRM signal.

And SIG INT works also!

#!/usr/bin/perl use strict; use warnings; while (1) { sleep(1); } __END__ Terminating on signal SIGINT(2) Process completed with exit code 2
....This was CTRL-Break....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795016]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 00:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found