in reply to Extracting data from mySQL

If you have no experience with MySQL itself then I suggest you go here and read the documentation. Once you are familiar with the database then you can start looking at how to access your database from Perl. For that you've already had some spiffy suggestions from other monks. Reading the documentation for DBI and DBD::MySQL are good starting points. Best of luck.

-- vek --