in reply to Module installed Path

perl -MFile::Find -le 'print $INC{"File/Find.pm"}'

Replies are listed 'Best First'.
Re^2: Module installed Path
by chromatic (Archbishop) on Mar 06, 2007 at 19:18 UTC

    That's only if perldoc -l File::Find doesn't work, right? :)