- or download this
my @readable = $s->can_read(1);
for my $fh (@readable) {
...
...
}
- or download this
use List::Util qw( first );
...
...
}
- or download this
my @readable = $s->can_read(1);
for my $fh (@readable) {
...
...
}
- or download this
use List::Util qw( first );
...
...
}