Auflistung installierter Perl Module

Kommentieren Mar 19 2013 .txt, .json, .md

perl -MFile::Find=find -MFile::Spec::Functions -Tlwe ‘find { wanted => sub { print canonpath $_ if /.pm\z/ }, no_chdir => 1 }, @INC’

Dies kommt alles in eine Zeile.