Description
Perl applications can express file search rules in a more declarative way than the core File::Find interface. This is useful for locating files by name, size, type, path, or other criteria.
It is a filesystem search library. Broad searches can touch many files, so applications should choose roots and filters intentionally.