Help for this page

Select Code to Download


  1. or download this
    sub sshopen2 {
      my($host, $reader, $writer, @command) = @_;
      @ssh_options = &_ssh_options unless @ssh_options;
      open2($reader, $writer, $ssh, @ssh_options, $host, @command);
    }