On 12/18/06, positive mind <[EMAIL PROTECTED]> wrote:
In Linux, how do I check if a particular Perl module is installed or not on
my system?

$ perl -MSome::Module\ 99 -e ''

will usually tell you something like

$ perl -MYAML\ 99 -e ''
YAML version 99 required--this is only version 0.62.
BEGIN failed--compilation aborted.                 ^^^^^^

which means you have version 0.62 of YAML.

You could try other modules in CPAN as well. Module::Find,
Module::Which, etc., etc.

thanks
pm



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to