[Omaha.pm] RE: finding installed Perl modules

Hugh Jarce hjarce2001 at yahoo.com
Fri Feb 11 23:58:22 PST 2005


> This script will tell us what Perl modules are installed:
> 
> #!/usr/bin/perl
> use ExtUtils::Installed;
> my $inst    = ExtUtils::Installed->new();
> my @modules = $inst->modules();
> foreach (@modules) { print "$_\n"; }

See also

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

Hugh


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Omaha-pm mailing list