[ale] list perl modules
Christopher R. Curzio
ale at accipiter.org
Wed May 24 20:35:31 EDT 2006
If you just want a list of the filenames you can do something like
for n in `perl -e'print join "\n", @INC'`; do ls -1 $n | grep .pm ; done
Otherwise you can do:
perl -MCPAN -e 'print CPAN::Shell->r '
--
Christopher R. Curzio | Quantum materiae materietur marmota monax
http://www.accipiter.org | si marmota monax materiam possit materiari?
:wq!
Thus Spake Jim Popovitch <jimpop at yahoo.com>:
Wed, 24 May 2006 20:23:26 -0400
> What is the command to list all installed perl modules on a system?
>
> Tia,
>
> -Jim P.
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
More information about the Ale
mailing list