#list perl modules installed and available in one's perl environment

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