SyntaxFix
Write A Post
Hire A Developer
Questions
On Linux/Unix I use this simple command:
perl -e 'print qx/find $_ -name "*.pm"/ foreach ( @INC );'
It scans all folder in @INC and looks for any *.pm file.
@INC