in reply to Easiest way to find all the Perl Modules on a system?
ExtUtils::Installed also has version() so modifying it for your needs shouldn't be difficult. From the docs, it also says
This returns a list of the names of all the installed modules. The perl 'core' is given the special name 'Perl'
Module::CoreList keeps track of what version of perl each module became core which may be of some use as well.
I see zentara beat me to the punch.Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Easiest way to find all the Perl Modules on a system?
by rinceWind (Monsignor) on Dec 14, 2006 at 14:28 UTC | |
by Limbic~Region (Chancellor) on Dec 14, 2006 at 14:34 UTC | |
by demerphq (Chancellor) on Dec 14, 2006 at 17:09 UTC |