List all installed PERL Modules on the command line


/ Published in: Perl
Save to your folder(s)



Copy this code and paste it in your HTML
  1. perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.