Quick and Dirty Perl Hack: Is Foo::Bar Installed?
Monday, October 5th, 2009Every so often, I need to find out whether I have a certain Perl module installed. Usually it’s either because of a security alert, or because I’m wondering how much of a pain it would be to install some package that has Some::Obscure::Module as a prerequisite.
I don’t know how y’all do it, what with the [...]
