http://www.perlmonks.org?node_id=1016433


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