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

  • Comment on Re: using finddepth with part of directory name

Replies are listed 'Best First'.
Re^2: using finddepth with part of directory name
by jsons (Initiate) on Oct 22, 2007 at 12:10 UTC
    I will look into using File::Glob, thank you. I am very new to Perl, and I really appreciate the guidance.