in reply to
Module usage
The hash %INC might have your answer:
use CGI::Carp; print $INC{'CGI/Carp.pm'};
[download]
Would pull in that module, and then tell you where it found the code at.
Comment on
Re: Module usage
Download
Code
In Section
Seekers of Perl Wisdom