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
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;
> > ..
> >
>
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
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