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


in reply to Re: Beginners guide to File::Find
in thread Beginners guide to File::Find

tos,
As far as I can tell - there is no problem. I just spent about 20 minutes looking at the find2perl code as well as looking at the docs on File::Find. It doesn't appear that there is support for the gnu find's maxdepth option.

But don't get mad, get even by checking out File::Find::Rule which does have a maxdepth option and is argued by some to be easier to use than File::Find.

Cheers - L~R