Jump to ratings and reviews
Rate this book

Programming the Perl Dbi

Rate this book
A complete guide to Perl DBI explores the architecture of DBI, explains how to write DBI-based programs, and describes how to take advantage of the various features of DBI and the individual character of each DBD. Original. (Advanced)

364 pages, Paperback

First published February 4, 2000

2 people are currently reading
37 people want to read

About the author

Tim Bunce

4 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
16 (19%)
4 stars
26 (31%)
3 stars
28 (34%)
2 stars
9 (10%)
1 star
3 (3%)
Displaying 1 - 5 of 5 reviews
Profile Image for Ali.
54 reviews5 followers
February 1, 2021
Great book. You can learn a lot about databases in general, and the DBI module in particular from this book.
10 reviews
November 19, 2017
This book (and DBI) is still valuable after all these years, which shows the power of the library. The only thing really missing is Unicode support.
Profile Image for Russell Dyer.
Author 9 books5 followers
August 3, 2025
For my web sites, I use a few basic elements: a Linux server to start; a MySQL or MariaDB database; for the user interface, besides Apache, I used previously HTML and CGI, but now Restructured Text with Sphinx for building; and I still use custom Perl programs for get data from the database for Sphinx and Apache to serve to users. To connect to the MySQL or MariaDB, the best module is Perl DBI.

Bunce's book is the best book at learning and understanding how to use Perl DBI to fetch data. He explains it well and gives straightforward examples to make it easy for you to use. This is one of five computer books I still keep in printed format -- the rest I recycled and now use the e-book versions. After many years, I still occasionally refer to this book.

If you're new to Perl programming, the best books for you are Learning Perl, Learning Perl Objects, References, and Modules, and this book on Perl DBI.
7 reviews
December 20, 2007
Covering everything from database fundamentals to efficient query strategies and even ODBC, this book is an excellent primer to using the Perl DBI. My first edition copy is over seven years out-of-date now, but having just flipped through it again, I can see many of the topics covered are still relevant to the current version of DBI. If you're interested in combining Perl programming with database use, this book is an excellent place to start.
Profile Image for RJ.
151 reviews5 followers
Read
October 31, 2008
Programming the Perl DBI by Tim Bunce (2000)
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.