> -----Original Message----- > From: Mayank Ahuja [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 20, 2002 7:28 AM > To: PERL > Subject: Remote Shell > > > Hi All > > If somebody can please help me out of it? > > In one of my applications, I get machine name as input from the user. > What my application needs to do is to remote login on this machine and > start a daemon. > The scripts for running the daemon are ready, but how can i login to a > remote machine using PERL. > > Summary: Is there a PERL equivalent of rsh or remsh or rlogin on UNIX? > > All inputs are highly invited....
There's also Net::Rexec if you want to use rexec protocol. Very simple to use. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
