$params{'debug'} = 'true'; #### my $ssh = Net::SSH::Perl->new($srvr, protocol => 2, debug => 1); #### my (my $stdout, my $stderr, my $exit2) = $ssh->cmd('ls -l'); #### my ($stdout, $stderr, $exit2) = $ssh->cmd('ls -l');