Re: ssh to a remote machine

2005-06-22 Thread [EMAIL PROTECTED]
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

Re: ssh to a remote machine

2005-06-22 Thread D. J. Birkett
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,

Re: ssh to a remote machine

2005-06-22 Thread MNibble
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