- or download this
my $proto_class = join '::', __PACKAGE__,
($proto == PROTOCOL_SSH2 ? "SSH2" : "SSH1");
- or download this
my $proto_class = $ssh->protocol_class($proto);
- or download this
$proto_class='Net::SSH::W32Perl::SSH2'
- or download this
$proto_class='Net::SSH::Perl::SSH2'
- 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;