in reply to Re: perl threads wait application?
in thread perl threads wait application?
Is there some reason for muddying the waters of this reply, with these 3 lines?
use FileHandle; ... my $fh_in = FileHandle->new(); $fh_in = *STDIN{IO};
Instead of
while( <STDIN> ) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl threads wait application?
by zentara (Cardinal) on May 18, 2007 at 11:32 UTC |