Hi Anna,

To find out all the modules installed on your system, refer to the
following URL:

http:[EMAIL PROTECTED]/msg04057.html

To find out about a single one, you can do:

perl -MMODULE_NAME -e 1

So, to see if CGI.pm is installed:

perl -MCGI -e 1

If you see no error messages, it is installed, if you do.. it isn't.

Cheers,
Kevin

On Fri, Jun 29, 2001 at 08:35:34AM -0400, [EMAIL PROTECTED] 
([EMAIL PROTECTED]) spew-ed forth:
> Help with Modules please.
> 
> Is there a option I can run with perl to find out if a particular module is 
>installed?

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
Don't mind your make-up, you'd better make your mind up.
        -- Frank Zappa

Reply via email to