> I'm sure this is an obvious question, and that I've just 
> missed it in the 
> FAQ somewhere...but how can I get a list of Perl modules 
> installed on my system?

Here's a one-liner (just did this, perhaps someone can improve it):

perl -MFile::Find -e 'sub f {print $File::Find::name,"\n" if /.pm$/};fin
d(\&f,@INC)'

Or for more detail, use Tom Christiansen's pmdesc:

http://www.cpan.org/modules/by-module/Proxy/TOMC/scripts/pmdesc.gz


-- 
Mark Thomas                    [EMAIL PROTECTED]
Sr. Internet Architect         User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to