in reply to Find the file for a module

As always, TIMTOWTDI
perl -e '($f=($m=shift).".pm")=~s{::}{/}g; \ eval "require $m" and print $INC{$f},$/' Your::Module

HTH

_________
broquaint