Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Listing all of the perl modules installed

by Anonymous Monk
on Feb 01, 2013 at 03:20 UTC ( [id://1016433]=note: print w/replies, xml ) Need Help??


in reply to Listing all of the perl modules installed

To see all the modules you've installed using something like cpanm, do: perldoc perllocal

To see a list of system packages on a Debian-based system (that is, ones installed via apt), do:

dpkg -l | grep 'lib.*\?-perl'

Replies are listed 'Best First'.
Re^2: Listing all of the perl modules installed
by Anonymous Monk on Feb 01, 2013 at 14:07 UTC

    Also, corelist can show you all core modules installed for any version of Perl 5 you care to ask about, for example:

    corelist -v 5.16.2

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-24 10:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found