Way 1 :
perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
Way 2 :
perldoc perllocal
*** these are all taken from http://perldoc.perl.org/perlmodlib.html
Das Vidanya !!!
1 comment:
Wouldn't Module::CoreList do it?
Post a Comment