finddepth (\wanted, dir1[, dir2...])
wanted
dir1
dir2
Like find, but does a depth-first search.
find
The standard Perl distribution comes with a Perl script, find2perl, which takes a Unix find command and turns it into a wanted subroutine.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]