Skip to content

Instantly share code, notes, and snippets.

@jnbek
Created March 8, 2012 15:35
Show Gist options
  • Save jnbek/2001524 to your computer and use it in GitHub Desktop.
Save jnbek/2001524 to your computer and use it in GitHub Desktop.
Dump full path to all installed Perl Modules
perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment