File::Find
Description: File::Find is a pretty straightforward and useful module. I often find myself needing to hunt down a bunch of files or parse through a particular grouping of files. Because of TIMTOWTDI, I usually choose to use File::Find based on its ease of use. CPAN: File::Find Example 1: Being a System’s Administrator, I am usually …
By eric