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


in reply to How do I ignore an entire directory using File::Find?

theillien1:

If you provide a preprocess function in File::Find, you can do it easily. Just remove the directory from the list of strings and it will skip the directory entirely.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: How do I ignore an entire directory using File::Find?