- or download this
...
while( my @ready = $client->can_read ) {
warn "Inside";
for my $fh (@ready) {
...
- or download this
-bash-2.05b$ ./teletype.pl
Inside at ./teletype.pl line 13.
...
^C
-bash-2.05b$
- or download this
Inside at ./teletype.pl line 13.
aInside at ./teletype.pl line 13.
aInside at ./teletype.pl line 13.
aInside at ./teletype.pl line 13.
Inside at ./teletype.pl line 13.