Did you even bother to search CPAN?
http://search.cpan.org/~ivan/Net-SSH-0.08/SSH.pm
Or atleast google in the very least?
http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=perl+ssh+library
-
Original Message:
From: Vijay Kumar Adhikari <[EMAIL PROTECTED]>
To: beginners@perl
Vijay Kumar Adhikari wrote:
Hi,
I need to ssh to a remote machine, run a command and get the output. Is
there some modules that can help.
TIA
Vijay
You could start here...
http://search.cpan.org/search?query=ssh&mode=all
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Vijay Kumar Adhikari wrote:
Hi,
I need to ssh to a remote machine, run a command and get the output. Is
there some modules that can help.
TIA
Vijay
Yes there is ..
Net::SSH::Perl
If you ask google "Perl Ssh Perl" you will get the same answer.
Or you can do something like:
my $output = `ssh