Find installed perl modules

From brokenpoet.org wiki

This is a simple one-liner that will show you what perl modules are installed - although you can see this through cpanel as well

perl -MCPAN -e 'print CPAN::Shell->r '

Personal tools