Re: comparing file dates from different servers

2002-08-20 Thread david
Shawn Milochik wrote: > Hi. I'm new to Perl (just a couple of weeks). > > I'm trying to write a script which will check the date of a local file, > compare it to a remote file (on another server on the same network), and > copy the local over if it is newer. I'm currently using the 'stat' > fu

RE: comparing file dates from different servers

2002-08-20 Thread shawn_milochik
: 10:06 AM Subject: RE: comparing file dates from different servers

RE: comparing file dates from different servers

2002-08-20 Thread Matt Wasserman
Not for nothing, and I am no expert, but you have a space between c and $ in your $destFile variable... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 9:56 AM To: [EMAIL PROTECTED] Subject: comparing file dates from different servers