what perl modules are installed

Richard Foley Richard.Foley at rfi.net
Wed Feb 13 14:17:28 GMT 2008


On Wednesday 13 February 2008 14:29, Ian Docherty wrote:
>
> How do I find out what perl modules are installed on a system and what 
> version?
> 
perl -MExtUtils::Installed -e '$e=ExtUtils::Installed->new(); print map { "$_\t".$e->version($_)."\n" } $e->modules'

More or less from here:

	http://perldoc.perl.org/perlfaq3.html#How-do-I-find-which-modules-are-installed-on-my-system

-- 
Richard Foley
Ciao - shorter than aufwiedersehen

http://www.rfi.net/


More information about the london.pm mailing list