in reply to Re: selecting from a number of different input sources.
in thread selecting from a number of different input sources.
This is how I am opening up the file to read, not sure what do I need to do to read the text files as a socket instead, and how that would help.
my $io = new IO::Handle; open (my $fh, '<', $FILE) or die $!; if ($io->fdopen(fileno($fh), "r")) { ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: selecting from a number of different input sources.
by almut (Canon) on Jul 21, 2010 at 17:40 UTC |