Help for this page

Select Code to Download


  1. or download this
            my ($handle) = $select->can_read(5);
        
            $handle->blocking(1);
    
  2. or download this
    
       my @handles    = $select->handles();
       $handles[0]->blocking(1);