Related products:
Perl Cookbook, Second Edition
CGI Programming with Perl
Learning Perl Objects, References, and Modules
MySQL and Perl for the Web
Mastering Regular Expressions, Second Edition
|
Perl Books
Programming the Perl DBI
Format: Paperback
Author: Alligator Descartes
ReleaseDate: 01 February, 2000
Publisher: O'Reilly Media
Rating:
pretty good book, but so is the CPAN documentation
I swapped book-for-book with a former co-worker for this. This is a (the definitive) book on Perl DBI. I keep it in the office for the newbies.
If you're already a pro at PERL, you should be able to get by with just the CPAN documentation. However, if your employer is footing the bill, get it. :-)
However if you're new to PERL and need to use DBI, get it.
Very nice tips and tricks you can pick up, even a few for the pros.
An alright book for the DBI beginner
With the variety of database systems out there, it can be a real challenge to learn what there is to know. The database-oriented view of programming has become increasingly popular, and it is of great importance for all serious programmers to understand how to use their favorite language to manipulate the database systems. For the Perl programmer, however, there is this book on the matter, and it will probably be all you'll need to get started working with database programming in no time. Other reviewers have stated that this is a regurgitation of the docs. This is partially true. But the docs are very bland, and this book presents the information in a much more informative, and easy to read manner. With it, you can begin programming the DBI within a week (a day if you already know SQL and skip the chapter on the Berkley DB system). Recommended for anyone interested in learning how to use Databases with Perl. If you already know the DBI, the book wont be of much help, maybe as a reference, but I'd only pick it up if you don't know it, or are still inexperienced at it.
still a valuable reference for multiple databases
I bought the book soon after it was released and continue to use it - sometimes on a daily basis depending upon the project I am currently developing. This book has been a valuable reference of mine for several years for web database programming projects. I realized from the beginning that much of the material in this book came from the online documentation and have still found the book to be useful enough to stay on my A-list of reference materials. Applications like CGIScripter need to utilize up to half a dozen different databases so I have found the reference section on each database be the section I often turn to first. I have not found this info available anywhere in the online documentation. When you program and debug on multiple computers with multiple windows open simultaneously, having a reference book is often more manageable than opening another window on the computer. And for those times when I am struggling with an especially troublesome programming issue, I have found it very helpful to sit in my easy chair with a reference book like the Perl DBI book in order to research the problem. The only reason I am not giving the book 5 stars is that it hasn't been updated in a few years so it doesn't include info on some of the new DBI supported databases like SQLite.
|
|