in reply to Passing arguments to wanted subroutine in File::Find
use File::Finder; File::Finder->type('f')->eval(sub { your sub here })->in(@starting_poi +nts);
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|