#!/usr/bin/perl -w use strict; use diagnostics; use CGI qw(:standard); use ExtUtils::Installed; my $instmod = ExtUtils::Installed->new(); foreach my $module ( $instmod->modules() ) { my $version = $instmod->version($module) || "???"; print "$module -- $version\n"; }
In reply to Which Modules installed: Mac OS X Leopard by GertMT
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |