Help for this page

Select Code to Download


  1. or download this
    package MyOpenSSH 0.000001;
    
    ...
      return $self->ssh->capture(@_) if !$self->ssh->error;
      croak ('ssh command failed');
    }