Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re(5): no sigchild under win32 ?

by gumby (Scribe)
on Jun 18, 2002 at 15:48 UTC ( [id://175399]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: no sigchild under win32 ?
in thread no sigchild under win32 ?

peripc - signals

'Perl uses a simple signal handling model: the %SIG hash contains names or references of user-installed signal handlers.'

Simply put, SIGCHILD, SIGCHLD should be $SIG{CHLD}, $SIG{CLD}. Even so, the code should read something like kill($signal, $processid).

Log In?
Username:
Password:

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

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

    No recent polls found