Simple one line command for listing all installed Perl modules

CODE:
  1. perl -MExtUtils::Installed -e'my $inst = ExtUtils::Installed->new(); print $_, $/ for $inst->modules'