Perl
In Chapter 8, "MySQL and Perl," I interface with a MySQL database using Perl. There, I include some URLs to visit for more information, such as:
The official Perl home page, www.perl.com CPAN (Comprehensive Perl Archive Network), www.cpan.org (Figure C.8), where you can get the modules necessary to interact with MySQL
ActiveState, www.activestate.com, where you can download ActivePerl for running Perl on Windows DBI Documentation, http://dbi.perl.org (Figure C.9), which contains links to various Perl DBI resources
|