I have written a simple but effective interface between Perl and MySQL using the information in the two excellent books by Paul Dubois MySQL and MySQL Cookbook. This boils down to:
1. making a connection to the database
2. Extracting data using SQL statements
3. Disconnection from the database.
I have looked in FAQs but could not readily see any reference to this problem.