Help for this page

Select Code to Download


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