Re: Help with File Handle

2003-03-04 Thread R. Joseph Newton
Hi Jeff, DONT! Smith Jeff D wrote: > I am trying to copy/move files under WinNT from remote server(s) to > a central server using File::Copy --see code snippet below: > > snippet begins-- > use File::Copy; > .. > > open (LOGFILE, ">>testlog") or die (print "$! problem opening tes

Re: Help with File Handle

2003-03-04 Thread Rob Dixon
Hi Jeff & Wags. David --- Senior Programmer Analyst --- Wgo Wagner wrote: > Smith Jeff D wrote: > > I am trying to copy/move files under WinNT from remote server(s) to > > a central server using File::Copy --see code snippet below: > > > > snippet begins-- > > use File::Copy; > > .. > > >

RE: Help with File Handle

2003-03-04 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Smith Jeff D wrote: > I am trying to copy/move files under WinNT from remote server(s) to > a central server using File::Copy --see code snippet below: > > snippet begins-- > use File::Copy; > .. > > open (LOGFILE, ">>testlog") or die (print "$! problem opening > testlog\n"); print

RE: Help with File Handle

2003-03-04 Thread Dan Muey
Not sure about the fulehandle problem but you may want to look at Net::FTP For transfering file samongst servers. Quite easy to use and fast and all of that. DMuey > -Original Message- > From: Smith Jeff D [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 1:53 PM > To: '[EMAIL P