Programming The Perl Dbi

Programming The Perl Dbi Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Programming The Perl Dbi book. This book definitely worth reading, it is an incredibly well-written.

Programming the Perl DBI

Author : Tim Bunce,Alligator Descartes
Publisher : "O'Reilly Media, Inc."
Page : 372 pages
File Size : 43,7 Mb
Release : 2000-02-04
Category : Computers
ISBN : 9781449315368

Get Book

Programming the Perl DBI by Tim Bunce,Alligator Descartes Pdf

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

Author : Alligator Descartes,Tim Bunce
Publisher : "O'Reilly Media, Inc."
Page : 372 pages
File Size : 46,7 Mb
Release : 2000
Category : Computers
ISBN : 1565926994

Get Book

Programming the Perl DBI by Alligator Descartes,Tim Bunce Pdf

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

Author : Sriram Srinivasan
Publisher : "O'Reilly Media, Inc."
Page : 444 pages
File Size : 45,5 Mb
Release : 1997
Category : Computers
ISBN : 1565922204

Get Book

Advanced Perl Programming by Sriram Srinivasan Pdf

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

Author : Brent Michalski
Publisher : Wiley
Page : 580 pages
File Size : 53,7 Mb
Release : 2002-11-07
Category : Computers
ISBN : 0764549561

Get Book

Perl Database Programming by Brent Michalski Pdf

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.

Effective Perl Programming

Author : Joseph N. Hall,Randal L. Schwartz
Publisher : Addison-Wesley
Page : 292 pages
File Size : 40,6 Mb
Release : 1998
Category : Computers
ISBN : 0201419750

Get Book

Effective Perl Programming by Joseph N. Hall,Randal L. Schwartz Pdf

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

Author : Paul DuBois
Publisher : Sams Publishing
Page : 550 pages
File Size : 53,7 Mb
Release : 2001
Category : Computers
ISBN : 0735710546

Get Book

MySQL and Perl for the Web by Paul DuBois Pdf

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.

Computer Science & Perl Programming

Author : Jon Orwant
Publisher : "O'Reilly Media, Inc."
Page : 766 pages
File Size : 50,7 Mb
Release : 2002-11-04
Category : Computers
ISBN : 0596003102

Get Book

Computer Science & Perl Programming by Jon Orwant Pdf

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

Mastering Algorithms with Perl

Author : Jarkko Hietaniemi,John Macdonald,Jon Orwant
Publisher : "O'Reilly Media, Inc."
Page : 734 pages
File Size : 48,8 Mb
Release : 1999-08-18
Category : Computers
ISBN : 9781449307271

Get Book

Mastering Algorithms with Perl by Jarkko Hietaniemi,John Macdonald,Jon Orwant Pdf

Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as: Fuzzy pattern matching for text (identify misspellings!)Finding correlations in dataGame-playing algorithmsPredicting phenomena such as Web trafficPolynomial and spline fitting Using algorithms explained in this book, you too can carry out traditional programming tasks.

Learning Perl

Author : Randal Schwartz,brian foy,Tom Phoenix
Publisher : "O'Reilly Media, Inc."
Page : 389 pages
File Size : 49,6 Mb
Release : 2011-06-23
Category : Computers
ISBN : 9781449303587

Get Book

Learning Perl by Randal Schwartz,brian foy,Tom Phoenix Pdf

The sixth edition of this bestselling Perl tutorial includes recent changes to the language. Years of classroom testing and experience helped shape the book's pace and scope, and this edition is packed with exercises that let readers practice the concepts while they follow the text.

Perl Cookbook

Author : Tom Christiansen,Nathan Torkington
Publisher : "O'Reilly Media, Inc."
Page : 967 pages
File Size : 51,8 Mb
Release : 2003-08-21
Category : Computers
ISBN : 9780596554965

Get Book

Perl Cookbook by Tom Christiansen,Nathan Torkington Pdf

Find a Perl programmer, and you'll find a copy of Perl Cookbook nearby. Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.Covered topic areas include: Manipulating strings, numbers, dates, arrays, and hashes Pattern matching and text substitutions References, data structures, objects, and classes Signals and exceptions Screen addressing, menus, and graphical applications Managing other processes Writing secure scripts Client-server programming Internet applications programming with mail, news, ftp, and telnet CGI and mod_perl programming Web programming Since its first release in 1998, Perl Cookbook has earned its place in the libraries of serious Perl users of all levels of expertise by providing practical answers, code examples, and mini-tutorials addressing the challenges that programmers face. Now the second edition of this bestselling book is ready to earn its place among the ranks of favorite Perl books as well.Whether you're a novice or veteran Perl programmer, you'll find Perl Cookbook, 2nd Edition to be one of the most useful books on Perl available. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.

Perl for Oracle DBAs

Author : Andy Duncan,Jared Still
Publisher : "O'Reilly Media, Inc."
Page : 624 pages
File Size : 43,7 Mb
Release : 2002-08-19
Category : Computers
ISBN : 9781449390914

Get Book

Perl for Oracle DBAs by Andy Duncan,Jared Still Pdf

Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal.You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers: The Perl language -- an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities. The Perl/Oracle architecture -- Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases. Perl applications for Oracle DBAs -- Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason. The Perl Database Administration (PDBA) Toolkit -- a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases, creating and managing Oracle user accounts, maintaining indexes and extents, extracting DDL and data, troubleshooting and tuning database problems, and much more. The book also explains how Oracle DBAs and developers can extend the toolkit and solve their own database administration problems using Perl.

XML and Perl

Author : Mark Riehl,Ilya Sterin
Publisher : Sams Publishing
Page : 400 pages
File Size : 44,6 Mb
Release : 2002
Category : Computers
ISBN : 0735712891

Get Book

XML and Perl by Mark Riehl,Ilya Sterin Pdf

One of the first books to focus solely on the benefits of using "XML and Per"l together, this is full of practical, real-world examples readers can really use--ranging from fundamental to advanced. "XML and Per"l is a hands-on approach to the benefits of using Perl for all XML projects.

MySQL and MSQL

Author : Randy Jay Yarger,George Reese,Tim King
Publisher : O'Reilly Media
Page : 522 pages
File Size : 51,8 Mb
Release : 1999
Category : Computers
ISBN : UOM:39015042404957

Get Book

MySQL and MSQL by Randy Jay Yarger,George Reese,Tim King Pdf

A guide to the SQL-based database applications covers installation, configuration, interfaces, and administration.

Writing Apache Modules with Perl and C

Author : Lincoln Stein,Doug MacEachern
Publisher : "O'Reilly Media, Inc."
Page : 756 pages
File Size : 54,9 Mb
Release : 1999
Category : Computers
ISBN : 156592567X

Get Book

Writing Apache Modules with Perl and C by Lincoln Stein,Doug MacEachern Pdf

Apache is the most popular web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend web server functionality through the Apache API. For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Apache API available to Perl programmers. With mod_perl, it becomes simple to develop Apache modules with Perl and install them without having to rebuild the web server. Writing Apache Modules with Perl and C shows how to extend web server capabilities regardless of whether the programming language is Perl or C. The book explains the design of Apache, mod_perl, and the Apache API. It then demonstrates how to use them to perform for tasks like the following: Rewriting CGI scripts as Apache modules to vastly improve performance Server-side filtering of HTML documents, to embed special markup or code (much like SSI) Enhancing server log functionality Converting file formats on the fly Implementing dynamic navigation bars Incorporating database access into CGI scripts Customizing access control and authorization to block robots or to use an external database for passwords The authors are Lincoln Stein and Doug MacEachern. Lincoln is the successful author of How to Set Up and Maintain a World Wide web Site and the developer of the widely used Perl CGI.pm module. Doug is a consultant and the creator of the innovative mod_perl Apache module.

PThreads Programming

Author : Bradford Nichols,Dick Buttlar,Jacqueline Farrell
Publisher : "O'Reilly Media, Inc."
Page : 289 pages
File Size : 43,6 Mb
Release : 1996-09
Category : Computers
ISBN : 9781565921153

Get Book

PThreads Programming by Bradford Nichols,Dick Buttlar,Jacqueline Farrell Pdf

With threads programming, multiple tasks run concurrently within the same program. They can share a single CPU as processes do or take advantage of multiple CPUs when available. They provide a clean way to divide the tasks of a program while sharing data.