- or download this
my ($rready, $wready) = $sel->can([TIMEOUT]);
- or download this
my ($rready, $wready) = $sel->select([TIMEOUT]);
- or download this
- shift
- if defined $_[0] && !ref($_[0]);
...
+ } else { # called as IO::Select::select(...)
+ ($r,$w,$e,$t) = @_;
+ }