Simple command line check for installed Perl modules

This is quite convenient and is accurate (unlike the  g-cpan list command..):

perl -e 'use <module name>; print "ok\n"'

Can you tell that I’m fighting with CPAN modules and Gentoo?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.