http://www.perlmonks.org?node_id=712390


in reply to Is there a unix find equivalent that can be processed inside a perl script?

See File::Find, which is part of the Perl distribution. There's also find2perl, which shows how a particular find command can be converted into Perl code that uses File::Find.