in reply to Interprocess pipe doesn't reliably deliver data
is only executed once. Either set $i back to 0 or use (++$i %10) which allows it to print more times.if ($::i++ == 10) { my $a = <STDIN>; print "ALSO READ: $a\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Interprocess pipe doesn't reliably deliver data
by fhew (Beadle) on Mar 16, 2006 at 18:40 UTC | |
by traveler (Parson) on Mar 16, 2006 at 18:55 UTC |