![]() | |
| |||||
| As I'm in the process of migrating a number of sites that rely quite heavily on perl modules I needed to know which modules were installed on the original server. A bit of searching found this little perl snippet: Code: #!/usr/bin/perl
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
my $version = $instmod->version($module) || "???";
print "$module -- $version\n";
}
You can simply execute the file and it should spit out a list of the installed modules ....
__________________ Hosting & Domains|Plesk Vps Hosting|Blog Tips|Films.ie|Gadgets|Monetisation Tips|Movie Chat Energise your forum! Click here for info |