in reply to
File::Find problems
Descending into subdirectories is pretty much what File::Find is for. If you don't need that, use
glob
or
opendir
/
readdir
and loop.
Comment on
Re: File::Find problems
In Section
Seekers of Perl Wisdom