Re: Execute the Linux command on remote machine

2008-08-13 Thread Thomas Lovell
On Aug 13, 2008, at 4:25 AM, Irfan J Sayed (isayed) wrote: Hi All, I want to execute one command on remote Linux machine. Following is the perl code. #! /usr/bin/perl; # perl module to parse the Install.log file for errors use lib "/tmp/"; use Net::SSH::Perl; my $ssh = Net::SSH::Perl->n

Re: Execute the Linux command on remote machine

2008-08-13 Thread Thomas Lovell
On Aug 13, 2008, at 4:25 AM, Irfan J Sayed (isayed) wrote: Hi All, I want to execute one command on remote Linux machine. Following is the perl code. #! /usr/bin/perl; # perl module to parse the Install.log file for errors use lib "/tmp/"; use Net::SSH::Perl; my $ssh = Net::SSH::Perl->n