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