in reply to Find Perl Modules Installed.
use ExtUtils::Installed; my $inst = ExtUtils::Installed->new(); print join "\n", $inst->modules(); [download]