Re: how does file gets send to remote machine using perl

2008-06-02 Thread Michelle Konzack
Am 2008-05-30 09:40:11, schrieb Richard Lee: > It's really weird. It's excuting another perl program to send the file WHICH other perl program? > but that program uses no modules nor external programs. > File still gets sent and I was wondering how it was doing it. > Maybe we are chasing ghost h

Re: how does file gets send to remote machine using perl

2008-05-30 Thread Richard Lee
Chas. Owens wrote: On Thu, May 29, 2008 at 7:46 PM, Richard Lee <[EMAIL PROTECTED]> wrote: Hi, Someone wrote a perl script which manipulate a file and sent to number of remote system. I ported that exact script to my local machine but I don't see anything going out. Peeking into the script,

Re: how does file gets send to remote machine using perl

2008-05-30 Thread Chas. Owens
On Thu, May 29, 2008 at 7:46 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > Hi, > > Someone wrote a perl script which manipulate a file and sent to number of > remote system. > I ported that exact script to my local machine but I don't see anything > going out. > Peeking into the script, I see no spe

Re: how does file gets send to remote machine using perl

2008-05-30 Thread Chas. Owens
On Thu, May 29, 2008 at 8:21 PM, Ken Foskey <[EMAIL PROTECTED]> wrote: > On Thu, 2008-05-29 at 19:46 -0400, Richard Lee wrote: > >> Hi, >> >> Someone wrote a perl script which manipulate a file and sent to number >> of remote system. >> I ported that exact script to my local machine but I don't see

Re: how does file gets send to remote machine using perl

2008-05-29 Thread Ken Foskey
On Thu, 2008-05-29 at 19:46 -0400, Richard Lee wrote: > Hi, > > Someone wrote a perl script which manipulate a file and sent to number > of remote system. > I ported that exact script to my local machine but I don't see anything > going out. > Peeking into the script, I see no special module be