http://qs321.pair.com?node_id=183910


in reply to Module usage

The hash %INC might have your answer:
use CGI::Carp; print $INC{'CGI/Carp.pm'};
Would pull in that module, and then tell you where it found the code at.