RE: What do I need for Perl

2001-11-15 Thread Patrick Nelson
Ken Kinder wrote: - The mysql-perl had something called the Perl DBI. Go to this url: http://www.mysql.com/downloads/api-dbi.html Get the DBI and the Mysql-Perl tarballs. They are funny to install, but basicly you untar them: tar zxvf then, in the directory crea

Re: What do I need for Perl

2001-11-15 Thread Ken Kinder
The mysql-perl had something called the Perl DBI. Go to this url: http://www.mysql.com/downloads/api-dbi.html Get the DBI and the Mysql-Perl tarballs. They are funny to install, but basicly you untar them: tar zxvf then, in the directory created by that: perl Makefile.PL make make