use strict; use ExtUtils::Installed; my $inst = ExtUtils::Installed->new(); print $_,$/ for $inst->modules();