But the result comes out is : Can't map service name 'ssh' to port number at C:\buffer\r.pl line 5 What's wrong with it ?? Thxuse Net::SSH::Perl; $host="192.20.15.3"; $user="s00ben"; $pass="*password"; my $ssh = Net::SSH::Perl->new($host); $ssh->login($user, $pass); my($stdout, $stderr, $exit) = $ssh->cmd($cmd);
In reply to net::ssh::perl question by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |