RE: Remote Shell

2002-04-22 Thread Bob Showalter
-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

Re: Remote Shell

2002-04-20 Thread drieux
On Saturday, April 20, 2002, at 04:28 , Mayank Ahuja wrote: [..] Summary: Is there a PERL equivalent of rsh or remsh or rlogin on UNIX? my ($user , $hostname , $command_to_run ) = ThatFunkThatSetsTheses(); my $cmd = rsh -n -l $user $hostname $command_to_run; if(

Re: Remote Shell

2002-04-20 Thread Michael Lamertz
On Sat, Apr 20, 2002 at 04:58:22PM +0530, Mayank Ahuja wrote: 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

Re: Remote Shell

2002-04-20 Thread Michael Lamertz
On Sat, Apr 20, 2002 at 08:13:19AM -0700, drieux wrote: On Saturday, April 20, 2002, at 04:28 , Mayank Ahuja wrote: [..] Summary: Is there a PERL equivalent of rsh or remsh or rlogin on UNIX? my ($user , $hostname , $command_to_run ) = ThatFunkThatSetsTheses(); my $cmd =