Monday, December 13, 2010

How to find if a Perl module is installed on the System

Quick and Dirty way to find if a Perl module is installed on the System:

perl -MModule_Name -e 1



No comments: