> 
> Hi there, 

Howdy.

> 
> I need to install the modules in order to work with
> mysql database.  I have red hat 9 and have already
> installed the Mysql database.  How can i install the
> all the modules i need from cpan using my red hat
> command line ?  Which modules i need ?, How i install
> each module ?

First see if you have them:
# perl -e 'use DBI;for(DBI->available_drivers) { print "-$_-\n"; }'
-ExampleP-
-Proxy-
-mysql-
#
If you get "DBI.pm not found" you need DBI, but that's a core module.
Otherwise all you need is the mysql driver, if it's not in the list the command above 
gives then you need that one. (IE the -mysql- line)

I would check those first as you probably already have them.

HTH

DMuey

> 
>   Thanks.
> 
> __________________________________
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing. 
http://photos.yahoo.com/

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



--
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