Help for this page

Select Code to Download


  1. or download this
        my $proto_class = join '::', __PACKAGE__,
            ($proto == PROTOCOL_SSH2 ? "SSH2" : "SSH1");
    
  2. or download this
       my $proto_class = $ssh->protocol_class($proto);
    
  3. or download this
    $proto_class='Net::SSH::W32Perl::SSH2'
    
  4. or download this
    $proto_class='Net::SSH::Perl::SSH2'
    
  5. or download this
    use strict;
    use warnings;
    ...
    print STDERR "exit=$exit\n";
    print STDERR "STDERR: $stderr\n" if $stderr;
    print STDERR "STDOUT: $stdout\n" if $stdout;