Re: Good book for MySQL and Perl DBI?

2001-07-02 Thread Chris Worth


Paul DuBois' Book. 

it is extremely well written and indexed.  I've gone from a complete mysql bumbler to 
somebody that can actually make it work in a short time thanks to his book.


Chris


On Sat, 23 Jun 2001 16:40:04 -0500, Chris Petersen wrote:

Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-07-02 Thread Sherzod Ruzmetov



Actually, a new book by Paul is to be published MySql and Perl for WWW. 

Gonna be a great one. (to be published on August 13th)



-- 
sherzod_ruzmetov (sherzodR)
email: [EMAIL PROTECTED]

It really doesn't bother me if people want to use grep or map in a void
context.  It didn't bother me before there was a for modifier, and
now that there is one, it still doesn't bother me.  I'm just not very
easy to bother.
 -- Larry Wall in [EMAIL PROTECTED]



Sent on Jul 2 by Chris Worth to Chris Petersen and MYSQL

caw 
caw Paul DuBois' Book. 
caw 
caw it is extremely well written and indexed.  I've gone from a complete mysql 
bumbler to 
caw somebody that can actually make it work in a short time thanks to his book.
caw 
caw 
caw Chris
caw 
caw 
caw On Sat, 23 Jun 2001 16:40:04 -0500, Chris Petersen wrote:
caw 
caw Does anyone have any recommendations for a good book on MySQL SQL?  What
caw about PerlDBI (I noticed that the O'Reilly one is over a year old)?
caw 
caw Just realizing that there's so much out there that I haven't been told...
caw 
caw -Chris
caw 
caw 
caw -
caw Before posting, please check:
cawhttp://www.mysql.com/manual.php   (the manual)
cawhttp://lists.mysql.com/   (the list archive)
caw 
caw To request this thread, e-mail [EMAIL PROTECTED]
caw To unsubscribe, e-mail 
caw [EMAIL PROTECTED]
caw Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
caw 
caw 
caw 
caw 
caw -
caw Before posting, please check:
cawhttp://www.mysql.com/manual.php   (the manual)
cawhttp://lists.mysql.com/   (the list archive)
caw 
caw To request this thread, e-mail [EMAIL PROTECTED]
caw To unsubscribe, e-mail [EMAIL PROTECTED]
caw Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
caw 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-06-24 Thread Bob Hall

Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris

Paul Dubois and New Riders are releasing 'MySQL and Pearl for the 
Web'. If that's what you're interested in, the book is due at the end 
of July. There's a little information about the book at 
www.newriders.com. I'm going through a review copy and it looks 
pretty good. The publisher said that I could say that. :)

Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection. -Khushhal Khan Khatak
MySQL list magic words: sql query database

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-06-24 Thread Paul DuBois

At 5:38 PM -0400 6/24/01, Bob Hall wrote:
Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris

Paul Dubois and New Riders are releasing 'MySQL and Pearl for the 
Web'. If that's what you're interested in, the book is due at the 
end of July. There's a little information about the book at 
www.newriders.com. I'm going through a review copy and it looks 
pretty good. The publisher said that I could say that. :)

Yes, but publishers will always be in favor of people saying their books
are good. :-)

The book's not out yet, as Bob says, but the code used for examples
in the book is available now, at:  http://www.kitebird.com/mysql-perl/


Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection. -Khushhal Khan Khatak
MySQL list magic words: sql query database


-- 
Paul DuBois, [EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-06-23 Thread tj marlin

Mysql by Paul Dubois, New Riders publisher, is strongly recommended.
Get the perldoc on dbi and dbd. terse, but up to date.

other reading are:
cgi programming 101 by jacqueline hamilton. basic information. well 
presented. with examples that work. very broad, very shallow.

of course the camel book, Programming perl, larry wall, tom christiansen 
and jon orwant, o'reilly, 3rd ed.

with these books and the internet, you will find a wealth of information.

ciao

At 04:40 PM 6/23/01 -0500, you wrote:
Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris


-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


--
tom marlin
[EMAIL PROTECTED]
fax / voice mail: 714 507 3802 ext 4881
Never be afraid to try something new. Remember that
   - amateurs built the ark.
   - professionals built the Titanic.