2 messages in com.mysql.lists.perlRE: mysql DBI::DBD modules| From | Sent On | Attachments |
|---|---|---|
| sanjeev | 22 Feb 2000 20:33 | |
| Robert Goff | 23 Feb 2000 08:09 |
| Subject: | RE: mysql DBI::DBD modules![]() |
|---|---|
| From: | Robert Goff (rob...@goff.com) |
| Date: | 02/23/2000 08:09:10 AM |
| List: | com.mysql.lists.perl |
- We have linux 6.0 installed and have perl 5.005 version installed and - the mysql database installed. From command prompt i am able to do all - database manupulations. I want perl script to handle all the - manupulations and want the perl DBI modules. Can you help me in getting - the perl modules for mysql database, what are the prerequisites for that - and what is the process of installation.
Test whether you have the CPAN module installed with your perl distribution with "perldoc CPAN". If you do have it, skip the next step.
Visit http://theory.uwinnipeg.ca/search/cpan-search.html and download the CPAN module. Unpack it and read and follow the installation instructions. You'll need to install it as the superuser.
use perldoc CPAN to view the documentation.
Run CPAN in shell mode, and use it to install the DBI and DBD::mysql modules.
-- Better to keep your mouth shut and be thought a fool than to open it and remove all doubt. =============================================== Robert Goff rob...@goff.com Technical Writer/Editor, Webmaster 505-564-8959




