[Omaha.pm] RE: finding installed Perl modules

Jay Hannah jhannah at omnihotels.com
Fri Feb 11 16:48:18 PST 2005


Is that different/better than "perldoc perllocal"?

Thanks,

j
 

> -----Original Message-----
> From: Sean Baker [mailto:pbaker at omnihotels.com] 
> Sent: Monday, February 07, 2005 5:31 PM
> To: dthacker at omnihotels.com
> Cc: resmis at omnihotels.com
> Subject: finding installed Perl modules
> 
> 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"; }
> 
>  
> 
> pbaker at razorbill:~> perldoc perlfaq3
> 
>  
> 
> Sean Baker
> 
> Software Architect
> 
> Omni Hotels
> 
> (402) 952-6508
> 
> pbaker at omnihotels.com <mailto:pbaker at omnihotels.com> 
> 
>  
> 
> 




More information about the Omaha-pm mailing list