On Fri, 29 Jun 2001 [EMAIL PROTECTED] wrote:

> Help with Modules please.
>
> Is there a option I can run with perl to find out if a particular
> module is installed?

Try perl -M<ModuleName> -e ''.  If it isn't in @INC, you'll get an error,
otherwise it will return to the command-line prompt.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Q:      How do you play religious roulette?
A:      You stand around in a circle and blaspheme and see who gets
        struck by lightning first.

Reply via email to