Your Ad Here

Posted By

rizzle on 03/22/11


Tagged

MODULES cli


Versions (?)

List all installed PERL Modules on the command line


 / Published in: Perl
 

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

Report this snippet  

You need to login to post a comment.