http://www.perlmonks.org?node_id=646065


in reply to using finddepth with part of directory name

Have you looked at File::Glob? It allows you to select files based on shell wildcards. I think it would be your simplest solution.

non-Perl: Andy Ford