Help for this page

Select Code to Download


  1. or download this
     $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla" ;
    
  2. or download this
      sub send { 
        my $CLASS_HPLOO ;
    ...
    
        return $status ;
      }
    
  3. or download this
      sub read { 
        my $CLASS_HPLOO ;
    ...
        return @lines if wantarray ;
        return join("\n", @lines) ;
      }