Modern Perl

Modern Perl
Author: Chromatic
Publsiher: Pragmatic Bookshelf
Total Pages: 300
Release: 2015-10-29
Genre: Electronic Book
ISBN: 1680500880

Download Modern Perl Book in PDF, Epub and Kindle

A Perl expert can solve a problem in a few lines of well-tested code. Now you can unlock these powers for yourself. Modern Perl teaches you how Perl really works. It's the only book that explains Perl thoroughly, from its philosophical roots to the pragmatic decisions that help you solve real problems--and keep them solved. You'll understand how the language fits together and discover the secrets used by the global Perl community. This beloved guide is now completely updated for Perl 5.22. When you have to solve a problem now, reach for Perl. When you have to solve a problem right, reach for Modern Perl. Discover how to scale your skills from one-liners to asynchronous Unicode-aware web services and everything in between. Modern Perl will take you from novice to proficient Perl hacker. You'll see which features of modern Perl will make you more productive, and which features of this well-loved language are best left in the past. Along the way, you'll take advantage of Perl to write well-tested, clear, maintainable code that evolves with you. Learn how the language works, how to take advantage of the CPAN's immense trove of time-tested solutions, and how to write clear, concise, powerful code that runs everywhere. Specific coverage explains how to use Moose, how to write testable code, and how to deploy and maintain real-world Perl applications. This new edition covers the new features of Perl 5.20 and Perl 5.22, including all the new operators, standard library changes, bug and security fixes, and productivity enhancements. It gives you what you need to use the most up-to-date Perl most effectively, all day, every day. What You Need: Perl 5.16 or newer (Perl 5.20 or 5.22 preferred). Installation/upgrade instructions included.

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.

Modern Perl Programming

Modern Perl Programming
Author: Michael Saltzman
Publsiher: Prentice Hall
Total Pages: 372
Release: 2002
Genre: Perl (Computer program language).
ISBN: UCSC:32106011410278

Download Modern Perl Programming Book in PDF, Epub and Kindle

The complete Perl learning resource for novices and experienced programmers alike, with advanced coverage that highlights GUI development, networking applications, real database integration, and much more. Includes many clear examples of using references (pointers)--the cornerstone of all advanced Perl development.

Perl Best Practices

Perl Best Practices
Author: Damian Conway
Publsiher: "O'Reilly Media, Inc."
Total Pages: 542
Release: 2005-07-12
Genre: Computers
ISBN: 9780596001735

Download Perl Best Practices Book in PDF, Epub and Kindle

Presents guidelines on the art of coding with Perl, covering such topics as naming conventions, data and control structures, program decomposition, interface design, and error handling.

Perl Hacks

Perl Hacks
Author: Chromatic,Damian Conway,Curtis Poe
Publsiher: "O'Reilly Media, Inc."
Total Pages: 296
Release: 2006
Genre: Computers
ISBN: 9780596526740

Download Perl Hacks Book in PDF, Epub and Kindle

A guide to getting the most out of Perl covers such topics as productivity hacks, user interaction, data munging, working with modules, object hacks, and debugging.

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.

The Tradition of Return

The Tradition of Return
Author: Jeffrey M. Perl
Publsiher: Princeton University Press
Total Pages: 340
Release: 2014-07-14
Genre: Literary Criticism
ISBN: 9781400856381

Download The Tradition of Return Book in PDF, Epub and Kindle

Jeffrey Perl presents in this book a comprehensive reassessment of modernism and an effort to enrich our understanding of the direction literary culture has taken since the Renaissance. Originally published in 1984. The Princeton Legacy Library uses the latest print-on-demand technology to again make available previously out-of-print books from the distinguished backlist of Princeton University Press. These editions preserve the original texts of these important books while presenting them in durable paperback and hardcover editions. The goal of the Princeton Legacy Library is to vastly increase access to the rich scholarly heritage found in the thousands of books published by Princeton University Press since its founding in 1905.

Perl Template Toolkit

Perl Template Toolkit
Author: Darren Chamberlain,Dave Cross,Andy Wardley
Publsiher: "O'Reilly Media, Inc."
Total Pages: 592
Release: 2003-12-23
Genre: Computers
ISBN: 9781449313838

Download Perl Template Toolkit Book in PDF, Epub and Kindle

Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to embed Perl code and custom macros into HTML documents in order to create customized documents on the fly. But unlike the others, the Template Toolkit is as facile at producing HTML as it is at producing XML, PDF, or any other output format. And because it has its own simple templating language, templates can be written and edited by people who don't know Perl. In short, the Template Toolkit combines the best features of its competitors, with ease-of-use and flexibility, resulting in a technology that's fast, powerful and extensible, and ideally suited to the production and maintenance of web content and other dynamic document systems.In Perl Template Toolkit you'll find detailed coverage of this increasingly popular technology. Written by core members of the technology's development team, the book guides you through the entire process of installing, configuring, using, and extending the Template Toolkit. It begins with a fast-paced but thorough tutorial on building web content with the Template Toolkit, and then walks you through generating and using data files, particularly with XML. It also provides detailed information on the Template Toolkit's modules, libraries, and tools in addition to a complete reference manual.Topics in the book include: Getting started with the template toolkit The Template language Template directives Filters Plugins Extending the Template Toolkit Accessing databases XML Advanced static web page techniques Dynamic web content and web applications The only book to cover this important tool, Perl Template Toolkit is essential reading for any Perl programmer who wants to create dynamic web content that is remarkably easy to maintain. This book is your surefire guide to implementing this fast, flexible, and powerful templating system.