[londonperl] what perl modules are installed

David Alban extasia at extasia.org
Wed Feb 13 21:09:30 GMT 2008


On Feb 13, 2008 5:29 AM, Ian Docherty <londonperlmongers at iandocherty.com> wrote:
> How do I find out what perl modules are installed on a system and what
> version?

won't give you version info without further processing of each file
printed, but is quite fast and cheap to do:

    $ find /usr/lib/perl5 -name '*.pm'

-- 
Live in a world of your own, but always welcome visitors.


More information about the london.pm mailing list