--- In [email protected], "Saifi Khan" <[EMAIL PROTECTED]> wrote: > > > From: y2k_sonu <[EMAIL PROTECTED]> > > Subject: [twincling] remote shell script execution > > Sent: 04 May '07 12:58 > > > > Hi folks, > > > > I have a Perl Script from which i want to run a shell script on a > > UNIX machine on the network. > > What are the best ways to do this ? > > > > Thanks > > Sumit > > > > ScriptA on machineA wants to run a ScriptB on machineB. > > Communication from machineA to machineB will happen over network. > Infrastructure for communication between machineA and machineB > will be required for command and parameter passing. > > Flow looks like: > scriptA --> interfaceA of infrastructure > <--[ network bytes ] --> > interfaceB of infrastructure --> scriptB > > This is the general pattern ! > > You either implement the infrastructure yourself > or utilize the available ones. > > thanks > Saifi. >
Hi Saifi, Thanks for your reply. Exactly, I am looking for already developed solutions for this kind of problem. I want to know user's experiences with various tool (rsh,plink or any other). Thanks Sumit

