Jerry,
I use this to track the modules I have installed for an ActiveState perl
install on WinNt.
#!E:/Perl/bin/perl -w
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
my $version = $instmod->version($module) || "???";
print "$module -- $version\n";
}
HTH
"Jerry M . Howell II" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello there,
>
> I was wondering if there is an easy way to list the perl modules that
are
> installed on a system?
>
> --
> Jerry M. Howell II
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]