Skip to content

Instantly share code, notes, and snippets.

@kshimo69
Created August 30, 2009 13:33
Show Gist options
  • Save kshimo69/177962 to your computer and use it in GitHub Desktop.
Save kshimo69/177962 to your computer and use it in GitHub Desktop.
#!/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