nix, shell, perl, php, mysql and mac os x tips and tricks

Saturday, August 2, 2008

Another way to find installed perl modules

find `perl -e 'print "@INC"'` -name '*.pm' -print

No comments:

Post a Comment