On Fri, Feb 27, 2009 at 11:16,  <juliaaa...@gmail.com> wrote:
> Hi people!!
>
> I´m using Perl for the first time in my Mac OS X...
>
>
> How can I check installed modules ???
>
>
> I am running a Mac OS X Leopard 10.5.6 with Perl version v5.8.8 built for
> darwin-thread-multi-2level...
>
>
> Thanks!!!!
>

Please do not reply to other peoples posts with unrelated questions.
It makes it hard for us to keep track.

You can determine if a module is installed by saying

    perl -MModule::Name -le 'print "ok"'

where Module::Name is the name of the module you are interested in.

-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to