Class::DBI
[Posted December 4, 2002 by cook]
Tony Bowden
writes about the use of Perl's Class::DBI for interfacing to
databases.
"
Several articles on Perl.com, including the recent Phrasebook Design Pattern, have discussed the problems faced when writing Perl code that interacts with a database. Terrence Brannon's DBIx::Recordset article attempted to show how code dealing with databases can be made simpler, and more maintainable. In this article, I will try to show how Class::DBI can make this easier still."
(
Log in to post comments)