On 5/22/06, SkyBlueshoes <[EMAIL PROTECTED]> wrote:
Which module would be best to build an array of all files within a directory and all subdirectories matching the extension? I will need the full path to those files included with the filename in the array...
I'm not sure if there's a more fitting module, but File::Find should do the job: http://search.cpan.org/~nwclark/perl-5.8.8/lib/File/Find.pm (And it's a core module).
Hope this helps, Ricky