Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Finding A Perl Module's Path
(
symkat.com
)
24 points
by
symkat
on Nov 19, 2010
|
hide
|
past
|
favorite
|
2 comments
throw_away
on Nov 19, 2010
|
next
[–]
slightly easier to remember (for me, at least)
perl -MData::Dumper -M<your-module> -e 'die Dumper(\%INC);'
mithun
on Nov 20, 2010
|
prev
[–]
Or just use App::whichpm
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
perl -MData::Dumper -M<your-module> -e 'die Dumper(\%INC);'