- install MySQL and get it working with the "mysql" client, and then - download and install the perl "DBI" module - read the DBI perldocs by doing "perldoc DBI" at a command prompt - download and install DBD::mysql - read the DBD::mysql perldocs by doing "perldoc DBD::mysql" at a command prompt