You'll need to read up on DBI and install the appropriate module/driver from
cpan
(DBD-YourDriver and DBI)
here's a short guide to dbi you might want to read up at:
http://www.perl.com/pub/1999/10/DBI.html
That article also holds references to other sources, so i think that will be a
nice start.
good luck,
Jos Boumans
[EMAIL PROTECTED] wrote:
> >
> >Hi,
> >
> >Im trying to connect a perl program to a mysql database on my home computer
> >running win 2k. I can connect, but i have no idea of how to extract the
> >information out of tables using perl. I have a book about SQL, but it never
> >mentions programming or perl. If anyone could point me to a good tutorial,
> >or give me a few pointers I would be greatly appreciative.
> >
> >
> >Thanks
> >
> >Jonathan Macpherson