in reply to Find the file for a module
perl -e '($f=($m=shift).".pm")=~s{::}{/}g; \ eval "require $m" and print $INC{$f},$/' Your::Module [download]
_________broquaint