I hope this helps!use File::Find::Rule; my $xml_finder = File::Find::Rule->new()->name(qr/(.*?)\.xml$/i)->star +t("."); while (my $file = $xml_finder->match() ) { # Do whatever you want with your file name }
In reply to Re: Descending a directory tree, returning a list of files
by TravelAddict
in thread Descending a directory tree, returning a list of files
by Rodster001
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |