Thanks Jeff. It really helped.
Just one doubt, if we can perform operation with ssh then why we require 
Net::SSH module??

Regards
Irf.
 

-----Original Message-----
From: Jeff Pang [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2008 2:32 PM
To: Irfan J Sayed (isayed)
Cc: beginners@perl.org
Subject: RE: perl script on remote server linux

> system "ssh [EMAIL PROTECTED] /home/cgadgil/avm2.1/launchtomcat.sh";

you need a "\" before the "@".
modify it to:

system "ssh [EMAIL PROTECTED] /home/cgadgil/avm2.1/launchtomcat.sh";

 Créez votre adresse électronique [EMAIL PROTECTED]
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to