Product DescriptionAuthor is an experienced Perl user who maintains the Perl area of Dr. Dobb's Journal Website. * The first book to cover the full range of Perl database programming topics. * Discusses practical applications such as online catalogs, Web-based photo databases, and Palm-powered applications.
Customer Reviews
Average Rating:
Rating: - Perl Database Programming
Libro muy bien estructurado y muy didactico. Imprescindible para manejo de bases de datos mediante Perl
Rating: - totally misleading title
I bought this book to learn some advance database programming specifically with Oracle which the book claims it does cover. However, what I found was a perl mysql programming book that has devoted half its contents to web site development (which I'm not interested in). I think this book should be renamed to "website development using perl and mysql". If you really just want to learn database programming using perl read "programming DBI"
Rating: - Perl and MySQL database ... best for title.
This book will be called Perl and MySQL database programming, the book comment say that this include access to many databases, including Oracle and PostgreSQL, when you read this, you can see that the only database that Brent use is MySQL. MySQL is good database but not the best, I prefer PostgreSQL over MySQL, and my book is now archived.
Regards
Rating: - Shame it wasn't proof read...
I bought this book simply because it had a section on Session Management, so I went straight to that section (chapter 9). When I tried to get the code working, it became obvious that there was something missing, notably an HTML template. No problem I thought - there's probably an addendum on-line. Unfortunately not - a search led to Michalski's home page with nothing more useful than a statement saying it is his intention to get addenda for all his books up online at some point (but no indication ... Read More
Rating: - so easy to read with a lot of information
I really enjoyed reading this book. The whole book is like a big piece of source code with line-by-line explaination. If you are like me, knowing perl but not so familiar with it, sometime perl can be hard to decipher. This book solves this by going though a lot of source codes line by line and explain the details. I wish every book on perl can be written this way.