In parent.pl,
> $child{$pid} = {in=>$in,number=>$i,event=>$event,called=>1};
was supposed to be:
$child{$pid} = {in=>$in,out=>$out,number=>$i,event=>$event,called=>1};
- Johnathan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
