|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Signal Handling in a Child Processby anshumangoyal (Scribe) |
| on Aug 08, 2012 at 14:16 UTC ( #986290=perlquestion: print w/ replies, xml ) | Need Help?? |
|
anshumangoyal has asked for the
wisdom of the Perl Monks concerning the following question:
I am forking a child process (a perl file is called in that child process) and in that child there is a Signal Handling Routine written. I want that when I send a signal to this child (SIG USR1), it should exit giving return code 110.
This is my Code:
But with this it exits from Handler with 110 and not from the child. Is there anything I am doing wrong here?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||