in reply to Getting Filenames that contains a particular string recursively From a Directory
use File::Finder; my @interesting = File::Finder->name('*.pm')->grep('user_method')->in( +'.');
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|