Thursday, 28 February 2013

How to list all installed Perl modules

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

Works on all NIX's

No comments:

Post a Comment