There are several ways to do this. See perlfaq3: "How do I find which modules are installed on my system?" for a quick solution, or Super Search for others (this question is not uncommon).
Update: the approach suggested above will generate a list of all installed modules, which you can then search to see if a particular module is installed. If you want to take a more direct approach and test each module in question without generating the list of installed modules, Best way to check for installed module will give you ideas. The short answer is to just wrap the use in an eval and test for errors.
In reply to Re: module test
by bobf
in thread module test
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |