Help with File Handle --thanks

2003-03-05 Thread Smith Jeff D
I thank those who have answered my request--let me see if I can summarize the recommendations: David Wagner recommended that I reform the call using "cp": . "use File::Copy cp; $n=FileHandle->new("/dev/null","r"); cp($n,"x");' which is not what you are trying.

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
To: '[EMAIL PROTECTED]' > Subject: Help with File Handle > > > 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; > .

Help with File Handle

2003-03-04 Thread Smith Jeff D
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 LOGFILE "$date: \n"; print LOGFILE "