Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: recursively finding all perl module dependencies

by dada (Chaplain)
on May 22, 2002 at 17:13 UTC ( [id://168521]=note: print w/replies, xml ) Need Help??


in reply to recursively finding all perl module dependencies

if you don't care about the dependencies hierarchy, this one-liner reports the whole stuff (change LWP for the module you want to inspect):
perl -MLWP -e 'print join("\n", keys %INC), "\n";'
cheers,
Aldo
__END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://168521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found