Search Results

0
votes

How do I find which file Perl loaded when I use a module?

Module::Mapper provides a way to walk the @INC tree to find modules: perl -MMod …