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.