See File::Find::Rule, the synopsis has an example
use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory );
For future reference, new questions go in Seekers Of Perl Wisdom
In reply to Re^3: Beginners guide to File::Find
by Anonymous Monk
in thread Beginners guide to File::Find
by spurperl
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |