rdolinski has asked for the wisdom of the Perl Monks concerning the following question:
But, I need read all folder and subfolders for one directory, and yours files, with few instructions. Maybe, reading directly FAT32 for Windows2000tie %diir, IO::Dir, "/GCN v 1.0/gcnnuevo"; foreach $item (keys %diir) { print "-->".$item."=".$diir{$item}->size."bits"; }
Edited: code tags - dvergin 2002-03-27
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: May I read all folder and subfolders for one directory, and yours files?
by Kanji (Parson) on Mar 27, 2002 at 20:54 UTC |