in reply to Leaning databases in Perl

There are a series of tutorials on interfacing to MySQL on WDVL. They are fairly basic, but then, so is connecting to a db from Perl :).

If you are using PostgreSQL, there is a test script which comes with PostgreSQL, Apache_Pg.pl. The first couple of pages I wrote which interface to PostgreSQL where just simple hacks of this.

I'm sure you'll have no trouble at all.