File::Find implementation

2005-11-01 Thread andrewmchorney
Hello: I got some advice on how to obtain a listing of all the files on a hard drive. The advice was to use File::find. I looked at the perl document and I am a little confused and so a simple example would be nice. I would like to get the file name, directory path, size and date of last

RE: File::Find implementation

2005-11-01 Thread Timothy Johnson
; } } ### -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 12:39 PM To: beginners@perl.org Subject: File::Find implementation Hello: I got some advice on how to obtain a listing of all the files on a hard drive