cc: (bcc: Brent
Michalski/STL/MASTERCARD)
Subject: Re: Perl/CGI mysql book
06/05/02 04:25 PM
Oreilly "Programming the Perl DBI" is a good one
also "Managing and Using MySQL" also an Oreilly book...
Maureen E Fischer wrote:
> I am writing my first CGI application and after analysis of the data
> structure that is required I determined that a DBM file would not be
> sufficient. Mysql was
My personal opinion is that cutom databases are very easy to create in a
perl script and usually run faster and more efficient than cumbersome
packages. there are many perl freebies out there to start you in the right
direction and will also serve as a better learning tool. basically a
database is
m: Maureen E Fischer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 1:12 PM
To: [EMAIL PROTECTED]
Subject: Perl/CGI mysql book
I am writing my first CGI application and after analysis of the data
structure that is required I determined that a DBM file would not be
sufficient.
Um.. what did the book not cover about this? We used DBI to connect to
MySQL in about every chapter. What did the simple example on page 57
not provide for connecting to a DB?
Cheers,
Kevin
On Wed, Jun 05, 2002 at 11:12:13AM -0700, Maureen E Fischer ([EMAIL PROTECTED]) said
something similar to
com> Subject: Perl/CGI mysql book
Try O'Reilly's MySql & mSQL. Also use the Online reference at www.mysql.org
(documentation, MySQL APIs)
Kristofer
Original Message Follows
From: "Maureen E Fischer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Perl/CGI mysql book
Date: We
I am writing my first CGI application and after analysis of the data
structure that is required I determined that a DBM file would not be
sufficient. Mysql was suggested to me. Unfortunately I could not find
A book that seemed based on Perl and sql. Everything I found connected
Mysql to PHP -