I don't know where there's a good tutorial on building web
applications using Perl and MySQL, but I can suggest downloading
and installing DBI and DBD::mysql and once they're installed
reading the perldocs on them:

   perldoc DBI
   perldoc DBD::mysql

maybe these are the perldocs you are reading already :-)

The "Learning Perl" book by Randal L. Schwartz & Tom Christiansen
has a whole chapter on CGI Programming, as does the "Perl Cookbook",
and I would highly recommend the book "Programming the Perl DBI" if
you plan to do any database interaction with Perl.  All these books
are excellent books - just my opinion.

HTH.

-- 
Hardy Merrill
Mission Critical Linux, Inc.
http://www.missioncriticallinux.com

David Gustafson [[EMAIL PROTECTED]] wrote:
> I'm looking for a good comprehensive list of docs to read before posting
> real questions to this list.  I promise to go read everything.  I'm
> currently going through the perldocs.  Also I would like a pointer to a
> tutorial (for creating perl+mysql based web apps) that is better than sex.
> 
> sorry in advance
> thanks in advance
> please don't hurt me

Reply via email to