What sort of comparison are you looking to do on the files?
Name? Date? Size? CRC? etc...
For copying of the files, take a look at the File::Copy module.
http://aspn.activestate.com/ASPN/Reference/Products/ActivePerl/lib/File/Copy
.html
For comparison, Perl has some built in (file test operators and the stat()
command) and the rest available as modules. There is also a File::Compare
module, but I can't find what it compares.
HTH
John
-----Original Message-----
From: Mike Singleton [mailto:[EMAIL PROTECTED]]
Sent: 06 September 2001 13:49
To: [EMAIL PROTECTED]
Subject: newbie help
Is there a reference URL someone can point me to that would explain the
rudiments of simple file copy and compare using Perl under NT/2000 ??
===
Mike Singleton CCNA, CNE, MCSE
Network Analyst
(253) 272-1916 x1259
(253) 405-1968 (cellular)
[EMAIL PROTECTED]
DaVita Inc.
--------------------------Confidentiality--------------------------.
This E-mail is confidential. It should not be read, copied, disclosed or
used by any person other than the intended recipient. Unauthorised use,
disclosure or copying by whatever medium is strictly prohibited and may be
unlawful. If you have received this E-mail in error please contact the
sender immediately and delete the E-mail from your system.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]