![]() |
|
P is for Practical | |
PerlMonks |
Re: extended path search moduleby Anonymous Monk |
on Jul 29, 2011 at 11:29 UTC ( #917440=note: print w/replies, xml ) | Need Help?? |
use File::Glob ':glob'; my @files = glob '/base/**/subdir/**/*.txt'; Or use File::Find::Rule::
In Section
Seekers of Perl Wisdom
|
|