in reply to Re: File::Find hogging memmory.
in thread File::Find hogging memmory.

Rather than grovelling around in @INC to locate the Find.pm - it is probably easier to do:

perl -MFile::Find -e' print File::Find->VERSION'
or
perl -MFile::Find -e' print $File::Find::VERSION'

/J\