- Shopping Bag ( 0 items )
-
All (55) from $1.99
-
New (7) from $22.25
-
Used (48) from $1.99
Overview
One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications.The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of routines regardless of what database product you use—Oracle, Sybase, Ingres, Informix, you name it. The design of DBI is ...