C.2 Perl Resources
Alligator
Descartes and Tim Bunce. Programming the Perl DBI. O'Reilly & Associates.
Lincoln D. Stein. Official Guide to Programming with
CGI.pm. Wiley Computer Publishing.
Paul DuBois. MySQL and Perl for the Web. New
Riders.
Geoffrey Young, Paul Lindner, and Randy Kobes. mod_perl
Developer's Cookbook. Sams Publishing.
Additional DBI and CGI.pm documentation is available from the command
line:
% perldoc DBI
% perldoc DBI::FAQ
% perldoc DBD::mysql
% perldoc CGI.pm
Or online:
http://dbi.perl.org/
http://stein.cshl.org/WWW/software/CGI/
|