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 modification. This is being 
run on a pc. How can I get this information into an array? How would the file 
entry look.

I know I will need a @file_list = find(param list where c:\ would be the top 
level directoru);

Thanks,
Andrew


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to