Programming the Perl DBI

Programming the Perl DBI
Author: Tim Bunce,Alligator Descartes
Publsiher: "O'Reilly Media, Inc."
Total Pages: 372
Release: 2000-02-04
Genre: Computers
ISBN: 9781449315368

Download Programming the Perl DBI Book in PDF, Epub and Kindle

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 to separate the actual database drivers (DBDs) from the programmer's API, so any DBI program can work with any database, or even with multiple databases by different vendors simultaneously.Programming the Perl DBI is coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI. For the uninitiated, the book explains the architecture of DBI and shows you how to write DBI-based programs. For the experienced DBI dabbler, this book reveals DBI's nuances and the peculiarities of each individual DBD.The book includes: An introduction to DBI and its design How to construct queries and bind parameters Working with database, driver, and statement handles Debugging techniques Coverage of each existing DBD A complete reference to DBI This is the definitive book for database programming in Perl.

Programming the Perl DBI

Programming the Perl DBI
Author: Alligator Descartes,Tim Bunce
Publsiher: "O'Reilly Media, Inc."
Total Pages: 372
Release: 2000
Genre: Computers
ISBN: 1565926994

Download Programming the Perl DBI Book in PDF, Epub and Kindle

Co-authord by the primary developer of DBI, this text is the first and only book on Perl and DBI and destined to be the bible for and DBI programmer. Learn how to program with DBI through extensive examples.

Advanced Perl Programming

Advanced Perl Programming
Author: Sriram Srinivasan
Publsiher: "O'Reilly Media, Inc."
Total Pages: 444
Release: 1997
Genre: Computers
ISBN: 1565922204

Download Advanced Perl Programming Book in PDF, Epub and Kindle

Covers advanced features of Perl, how the Perl interpreter works, and presents areas of modern computing technology such as networking, user interfaces, persistence, and code generation.

Perl Database Programming

Perl Database Programming
Author: Brent Michalski
Publsiher: Wiley
Total Pages: 580
Release: 2002-11-07
Genre: Computers
ISBN: 0764549561

Download Perl Database Programming Book in PDF, Epub and Kindle

Author 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.

Computer Science Perl Programming

Computer Science   Perl Programming
Author: Jon Orwant
Publsiher: "O'Reilly Media, Inc."
Total Pages: 766
Release: 2002-11-04
Genre: Computers
ISBN: 0596003102

Download Computer Science Perl Programming Book in PDF, Epub and Kindle

These are the best and most timeless articles printed in "The Perl Journal." Topics include networking, software development, coding style, internals, and others.

Effective Perl Programming

Effective Perl Programming
Author: Joseph N. Hall,Randal L. Schwartz
Publsiher: Addison-Wesley
Total Pages: 292
Release: 1998
Genre: Computers
ISBN: 0201419750

Download Effective Perl Programming Book in PDF, Epub and Kindle

There is an increasing need for more advanced information about how to write the most effective Perl scripts. This book shows in sixty concise and direct lessons how to tackle and solve common programming obstacles. Effective Perl Programming explains idiomatic Perl, covering the latest release (Version 5), and includes information and useful examples about the structure, functions, and latest capabilities of the language, such as self-documenting object-oriented modules. You can also learn from Hall's answers to real life questions and problems he receives from newsgroups and his Perl seminars.

MySQL and Perl for the Web

MySQL and Perl for the Web
Author: Paul DuBois
Publsiher: Sams Publishing
Total Pages: 550
Release: 2001
Genre: Computers
ISBN: 0735710546

Download MySQL and Perl for the Web Book in PDF, Epub and Kindle

MySQL and Perl for the Web provides a much-needed handbook for database and Web developers seeking an extensive and detailed guide for using the combination of MySQL and Perl to build dynamic and interactive database-backed Web sites. It shows how to use Perl's DBI database access module, pairing it with with the CGI.pm module that allows Web pages and forms to be generated and processed easily. These tools provide developers with a solid foundation for creating applications that incorporate database content to create dynamic, up-to-date Web sites. The book employs a practical learn-by-doing approach that demonstrates development techniques by building complete applications, not just fragmentary pieces. It shows what to do at each step of the way during the process of building live, working examples. Applications are fully explained so you can understand how they work and apply the techniques they illustrate to your own projects.

Object Oriented Perl

Object Oriented Perl
Author: Damian Conway
Publsiher: Manning Publications
Total Pages: 514
Release: 2000
Genre: Computers
ISBN: UOM:39076002011455

Download Object Oriented Perl Book in PDF, Epub and Kindle

Programmers who already have basic to intermediate skills in procedural Perl and understand fundamental concepts of object orientation will get a solid understanding of basic and advanced object-oriented Perl. This book clarifies when, where and why to use Perl. Featuring many techniques and tricks, it presents solutions to common programming problem and explains how to combine Perl and C++.