|
|
| more useful options | |
| PerlMonks |
Re(5): no sigchild under win32 ?by gumby (Scribe) |
| on Jun 18, 2002 at 11:48 UTC ( [id://175399]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||