Help for this page

Select Code to Download


  1. or download this
    elsif( @ips ? $sel->count >= $max : $sel->count )
    
  2. or download this
    elsif( ( @ips && $sel->count >= $max ) || $sel->count )
    
  3. or download this
    elsif( $sel->count )
    
  4. or download this
    my @connects;
    for my $fh ( @connects = $sel->can_write($timeout) )
    
  5. or download this
    my @connects = $sel->can_write($timeout);
    for my $fh ( @connects )