RE: question regarding how to launch perl script on remote machine

2008-05-19 Thread Bob McConnell
From: Richard Lee > ok so let's say on SERVERK, I cannot install any modules(no root access > and different compilers, gcc(I have tried perlgcc but to no success), > and other > reasons that I cannot explain nor understand and after numerous > attempts(installing my own dir and others), I have g

Re: question regarding how to launch perl script on remote machine

2008-05-19 Thread Richard Lee
Matthew Whipple wrote: That would depend upon which side that command was executed. Keep in mind that he had mentioned a script that would iniate the SSH connection from the Solaris computer and could retrieve data from that computer which could then be passed over the connection. I unfortuna

Re: question regarding how to launch perl script on remote machine

2008-05-19 Thread Matthew Whipple
On Mon, 2008-05-19 at 22:08 +0800, Jeff Peng wrote: > On Mon, May 19, 2008 at 10:01 PM, Matthew Whipple > <[EMAIL PROTECTED]> wrote: > > > > It sounded as though he wanted to run the script on the Linux machine, > > not the server... > > That was maybe not correct. > Given the case that he say so

Re: question regarding how to launch perl script on remote machine

2008-05-19 Thread Jeff Peng
On Mon, May 19, 2008 at 10:01 PM, Matthew Whipple <[EMAIL PROTECTED]> wrote: > > It sounded as though he wanted to run the script on the Linux machine, > not the server... That was maybe not correct. Given the case that he say something like this in his script: open $pwd, "/etc/passwd" or die $!;

Re: question regarding how to launch perl script on remote machine

2008-05-19 Thread Matthew Whipple
On Mon, 2008-05-19 at 21:55 +0800, Jeff Peng wrote: > On Mon, May 19, 2008 at 11:22 AM, Richard Lee <[EMAIL PROTECTED]> wrote: > > > I have thought of writing a simple shell script which launchs a (from > > SERVERK)ssh session into linux machines using user name with initial script > > to run a p

Re: question regarding how to launch perl script on remote machine

2008-05-19 Thread Jeff Peng
On Mon, May 19, 2008 at 11:22 AM, Richard Lee <[EMAIL PROTECTED]> wrote: > I have thought of writing a simple shell script which launchs a (from > SERVERK)ssh session into linux machines using user name with initial script > to run a perl script and logs off.. Is this possible? I don't think so.

Re: question regarding how to launch perl script on remote machine

2008-05-18 Thread Chas. Owens
On Sun, May 18, 2008 at 11:22 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > so just to put it out there for my ideas to run more perl scripts at work > using modules that I cannot install(whether due to lack of knoweldge or just > don't have > the right).. snip So long as you have write access to a

Re: question regarding how to launch perl script on remote machine

2008-05-18 Thread Rodrick Brown
You can install modules locally into say ~/perllib and set PERL5LIB accordingly this works very well if you're home directory is also nfs mounted on each server. On Sun, May 18, 2008 at 11:22 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > so just to put it out there for my ideas to run more perl scr