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?
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?