Finding A Perl Module's Path(symkat.com)24 points·by symkat·16 ปีที่แล้ว·2 commentssymkat.comFinding A Perl Module's Pathhttp://symkat.com/174/find-perl-module-path/2 commentsPost comment[–]throw_away·16 ปีที่แล้วreplyslightly easier to remember (for me, at least)perl -MData::Dumper -M<your-module> -e 'die Dumper(\%INC);'[–]mithun·16 ปีที่แล้วreplyOr just use App::whichpm
perl -MData::Dumper -M<your-module> -e 'die Dumper(\%INC);'