Help for this page
ExtUtils::Installed provides a standard way to find out what core an +d module files have been installed.
#!/usr/bin/perl use ExtUtils::Installed; ... foreach (@modules) { print $_, ' v', $inst->version($_), "\n"; }