This comes from my WebTechniques column on logging to a DBI database.## first, reap any zombies so child CPU is proper: { my $kid = waitpid(-1, 1); if ($kid > 0) { redo; } }
-- Randal L. Schwartz, Perl hacker
In reply to Re: Ingoring Child Processes And glob()
by merlyn
in thread Ingoring Child Processes And glob()
by barndoor
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |