As others have pointed out, File::Find is a core module, meaning it is distributed with Perl itself and it doesn't normally need to be installed separately.
Have you confirmed that you need to install the module in the first place? Try the command perl -MFile::Find -le "print -OK", which will either print "-OK" if the module is installed, or die with "Can't locate File/Find.pm in @INC (you may need to install the File::Find module)" if for some reason it is not.
Some distros don't ship all of the core modules, for example hippo has written that is the case for CentOS and RHEL, and suggested to "install the cleverly-named perl-core RPM which is a meta package and pulls in all the core modules as dependencies."
If you're not on one of those OSes and still have the problem, there may be a problem with your Perl installation. In that case try posting the full output of perl -V here inside <code> tags.
In reply to Re: File::Find installation problem
by haukex
in thread File::Find installation problem
by colox
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |