Programming the Perl DBI

Programming the Perl DBI
Title Programming the Perl DBI PDF eBook
Author Tim Bunce
Publisher "O'Reilly Media, Inc."
Total Pages 366
Release 2000-02-04
Genre Computers
ISBN 1449315917

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
Title Programming the Perl DBI PDF eBook
Author Alligator Descartes
Publisher "O'Reilly Media, Inc."
Total Pages 372
Release 2000
Genre Computers
ISBN 9781565926998

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
Title Advanced Perl Programming PDF eBook
Author Sriram Srinivasan
Publisher "O'Reilly Media, Inc."
Total Pages 444
Release 1997
Genre Computers
ISBN 9781565922204

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.

MySQL Reference Manual

MySQL Reference Manual
Title MySQL Reference Manual PDF eBook
Author Michael Widenius
Publisher "O'Reilly Media, Inc."
Total Pages 822
Release 2002
Genre Computers
ISBN 9780596002657

Download MySQL Reference Manual Book in PDF, Epub and Kindle

This comprehensive reference guide offers useful pointers for advanced use of SQL and describes the bugs and workarounds involved in compiling MySQL for every system.

Computer Science & Perl Programming

Computer Science & Perl Programming
Title Computer Science & Perl Programming PDF eBook
Author Jon Orwant
Publisher "O'Reilly Media, Inc."
Total Pages 766
Release 2002-11-04
Genre Computers
ISBN 9780596003104

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.

MySQL and Perl for the Web

MySQL and Perl for the Web
Title MySQL and Perl for the Web PDF eBook
Author Paul DuBois
Publisher Sams Publishing
Total Pages 550
Release 2001
Genre Computers
ISBN 9780735710542

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.

Effective Perl Programming

Effective Perl Programming
Title Effective Perl Programming PDF eBook
Author Joseph N. Hall
Publisher Addison-Wesley
Total Pages 292
Release 1998
Genre Computers
ISBN 9780201419757

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.