$pid=fork();
if($pid == 0) {
# This is the child
} else {
# This is the parent
} In reply to Re: parent wants to capture output from a spawned child
by Dogma
in thread parent wants to capture output from a spawned child
by perlknight
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |