in reply to fork() && exit;
my $pid1 = fork err die "fork: $!"; # Get the // patch... unless ($pid1) { # Child 1 count; exit; } my $pid2 = fork err die "fork: $!"; unless ($pid2) { # Child 2 count2; exit; } # Parent. ....
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: fork() && exit;
by stvn (Monsignor) on Feb 23, 2004 at 17:16 UTC | |
by Abigail-II (Bishop) on Feb 23, 2004 at 17:23 UTC | |
by stvn (Monsignor) on Feb 23, 2004 at 17:46 UTC | |
|
Re: Re: fork() && exit;
by stvn (Monsignor) on Feb 23, 2004 at 16:52 UTC | |
by Abigail-II (Bishop) on Feb 23, 2004 at 16:58 UTC |