Friday, April 17, 2009

Finding Installed Perl Modules

Finding Installed Perl Modules

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

perl -e'print join "\n", @INC'

Readers who read this page, also read:




Bookmark and Share My Zimbio http://www.wikio.com

0 comments: