Help for this page

Select Code to Download


  1. or download this
    while(my @ready = $select->can_read) {
    ...
    ...
               $processeddata .= $data;
    ...
    }
    
  2. or download this
          if( ! defined $length || $length == 0 ) {
            $err .= "Error from child: $!\n" unless defined $length;
            $select->remove($fh);
          }