If a Perl program generates ZOMBIE/defunct processes, how does that affect the system?
Do the following code avoid the ZOMBIE/defunct? # <code> do { $pid = waitpid (-1, &WNOHANG); } until $pid == -1; # </code> Your help will be appreciated so much. -- Ahmed Moustafa -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]