http://qs321.pair.com?node_id=422064

merrymonk has asked for the wisdom of the Perl Monks concerning the following question:

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.
Are there similar function for Microsoft’s Access?
I have looked in FAQs but could not readily see any reference to this problem.