Skip to content

Instantly share code, notes, and snippets.

@sati2013
Created January 16, 2013 06:22
Show Gist options
  • Select an option

  • Save sati2013/4545078 to your computer and use it in GitHub Desktop.

Select an option

Save sati2013/4545078 to your computer and use it in GitHub Desktop.
Perl Gists
#!/bin/bash
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