in reply to Perl Mysql

I would highly recommend using DBI for database access. You'll easily be able to switch between DBMSes at a later time should the need arise (and, IMHO, it's extremely easy to use).

Should you have any questions, let us know :)

MrCromeDome