Wednesday, September 21, 2011

How do you check availability of a particular Perl module on Unix?

We can use the following perl one liner:

perl -MABC::XYZ -e1

where ABC::XYZ is the name of the module.

No comments :