in reply to Socketpair and a lot of children
should be$pids[$_] = { child_fh => 0, parent_fh => 0, pid => 0 };
$pids[$_] = { child_fh => undef, parent_fh => undef, pid => undef };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Socketpair and a lot of children
by bockman (Sexton) on Feb 25, 2006 at 04:35 UTC |