Programming Perl

Programming Perl
Author: Larry Wall,Tom Christiansen,Jon Orwant
Publsiher: "O'Reilly Media, Inc."
Total Pages: 1104
Release: 2000-07-14
Genre: Computers
ISBN: 9781449391119

Download Programming Perl Book in PDF, Epub and Kindle

Perl is a powerful programming language that has grown in popularity since it first appeared in 1988. The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book.Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of the first champions of the language, and lives and breathes the complexities of Perl internals as few other mortals do. Jon Orwant is the editor ofThe Perl Journal, which has brought together the Perl community as a common forum for new developments in Perl.Any Perl book can show the syntax of Perl's functions, but only this one is a comprehensive guide to all the nooks and crannies of the language. Any Perl book can explain typeglobs, pseudohashes, and closures, but only this one shows how they really work. Any Perl book can say that my is faster than local, but only this one explains why. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel."This third edition of Programming Perl has been expanded to cover version 5.6 of this maturing language. New topics include threading, the compiler, Unicode, and other new features that have been added since the previous edition.

Learning Perl

Learning Perl
Author: Randal Schwartz,brian foy,Tom Phoenix
Publsiher: "O'Reilly Media, Inc."
Total Pages: 389
Release: 2011-06-23
Genre: Computers
ISBN: 9781449303587

Download Learning Perl Book in PDF, Epub and Kindle

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.

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.

Network Programming with Perl

Network Programming with Perl
Author: Lincoln D. Stein
Publsiher: Addison-Wesley Professional
Total Pages: 798
Release: 2001
Genre: Computers
ISBN: 0201615711

Download Network Programming with Perl Book in PDF, Epub and Kindle

A text focusing on the methods and alternatives for designed TCP/IP-based client/server systems and advanced techniques for specialized applications with Perl. A guide examining a collection of the best third party modules in the Comprehensive Perl Archive Network. Topics covered: Perl function libraries and techniques that allow programs to interact with resources over a network. IO: Socket library ; Net: FTP library -- Telnet library -- SMTP library ; Chat problems ; Internet Message Access Protocol (IMAP) issues ; Markup-language parsing ; Internet Protocol (IP) broadcasting and multicasting.

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.

BEG PERL

BEG PERL
Author: COZENS,Peter Wainwright
Publsiher: Springer
Total Pages: 678
Release: 2000-06-14
Genre: Computers
ISBN: UVA:X004608139

Download BEG PERL Book in PDF, Epub and Kindle

This book aims to give existing Perl programmers more detailed knowledge of some of the more advanced elements of the language.

Perl Programming for Biologists

Perl Programming for Biologists
Author: D. Curtis Jamison
Publsiher: John Wiley & Sons
Total Pages: 206
Release: 2003-07-14
Genre: Medical
ISBN: 0471430595

Download Perl Programming for Biologists Book in PDF, Epub and Kindle

Working on the assumption that the reader has no formal training in programming, Perl Programming for Biologists demonstrates how Perl is used to solve biological problems. Each chapter opens with a set of learning objectives, provides numerous review questions and self-study exercises, and concludes with a bulleted summary of key points. The author incorporates numerous real-life examples throughout the text. Upon completing the book, readers are able to quickly perform such tasks as correcting recurring errors in spreadsheets, scanning a Fasta sequence for every occurrence of an EcoRI site, adapting other writers' scripts to one's own purposes, and most important, writing reusable and maintainable scripts that spare the rote repetition of code.

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.