Perl 5 Unleashed

Perl 5 Unleashed

Author: Kamran Husain

Publisher: Sams

Published: 1996

Total Pages: 844

ISBN-13:

DOWNLOAD EBOOK

The Perl programming language is a powerful, convenient tool for manipulating text, generating reports, and performing system tasks. Now--for every programmer who wants to get the most out of Perl--here is a comprehensive guide that covers all the newest features of the most recent version. The CD-ROM presents source code used in the book, libraries, and more.


Learning Perl

Learning Perl

Author: Randal Schwartz

Publisher: "O'Reilly Media, Inc."

Published: 2011-06-23

Total Pages: 389

ISBN-13: 1449303587

DOWNLOAD EBOOK

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 5 Complete

Perl 5 Complete

Author: Edward S. Peschko

Publisher: McGraw-Hill Companies

Published: 1998

Total Pages: 1092

ISBN-13: 9780079136985

DOWNLOAD EBOOK

Perl is the dominant scripting language for the World Wide Web. Scripting languages build interactivity into a Website--like shopping carts, contests, forms, etc. This book is the complete reference to existing Perl technologies and to the new Perl5 compiler provided on the CD-ROM.


The Moving Target

The Moving Target

Author: Ross Macdonald

Publisher: Vintage Crime/Black Lizard

Published: 2010-12-08

Total Pages: 257

ISBN-13: 0307773183

DOWNLOAD EBOOK

The first book in Ross Macdonald's acclaimed Lew Archer series introduces the detective who redefined the role of the American private eye and gave the crime novel a psychological depth and moral complexity only hinted at before. Like many Southern California millionaires, Ralph Sampson keeps odd company. There's the sun-worshipping holy man whom Sampson once gave his very own mountain; the fading actress with sidelines in astrology and S&M. Now one of Sampson's friends may have arranged his kidnapping. As Lew Archer follows the clues from the canyon sanctuaries of the megarich to jazz joints where you get beaten up between sets, The Moving Target blends sex, greed, and family hatred into an explosively readable crime novel.


Teach Yourself Perl 5 in 21 Days

Teach Yourself Perl 5 in 21 Days

Author: David Till

Publisher: Sams

Published: 1996

Total Pages: 924

ISBN-13:

DOWNLOAD EBOOK

Other Perl books assume C programming experience and a great deal of programming knowledge and sophistication. This tutorial starts with basic concepts and builds upon them. Each chapter contains a Q&A section, summary, quiz, and a series of exercises which allow readers to practice using the language features they have just learned.


Perl Best Practices

Perl Best Practices

Author: Damian Conway

Publisher: "O'Reilly Media, Inc."

Published: 2005-07-12

Total Pages: 542

ISBN-13: 0596001738

DOWNLOAD EBOOK

This book offers a collection of 256 guidelines on the art of coding to help you write better Perl code--in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging. - Publisher


Modern Perl

Modern Perl

Author: Chromatic

Publisher: Pragmatic Bookshelf

Published: 2015-10-29

Total Pages: 300

ISBN-13: 9781680500882

DOWNLOAD EBOOK

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.


Perl 6 Fundamentals

Perl 6 Fundamentals

Author: Moritz Lenz

Publisher: Apress

Published: 2017-07-19

Total Pages: 151

ISBN-13: 1484228995

DOWNLOAD EBOOK

Gain the skills to begin developing Perl 6 applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You’ll learn enough to get started building with Perl 6, using Perl 6’s gradual typing, handy object orientation features, powerful parsing capabilities, and human-usable concurrency. After a short introduction, each chapter develops a small example project, explaining the Perl 6 features used. When the example is done, you’ll explore another aspect, such as optimizing further for readability or testing the code. Along the way you’ll see Perl 6 basics, such as variables and scoping; subroutines; classes and objects; regexes; and code testing. When you’ve mastered the basics, Perl 6 Fundamentals moves onto more advanced topics to give you a deeper understanding of the language. You’ll learn, amongst other things, how to work with persistent storage, how to generate good error messages, and how to write tricky applications such as a file and directory usage graph and a Unicode search tool. What You'll Learn Get coding with Perl 6 Work on several hands-on examples and projects Integrate Python libraries into your Perl 6 programs Parse INI files using regexes and grammars Build a date time converter Carry out refactoring and other automated tests Who This Book Is For If you already know one or more programming languages, and want to learn about Perl 6, this book is for you.


Writing Perl Modules for CPAN

Writing Perl Modules for CPAN

Author: Sam Tregar

Publisher: Apress

Published: 2002-08-09

Total Pages: 304

ISBN-13: 1430211520

DOWNLOAD EBOOK

The author Sam Tregar tells programmers how best to use and contribute modules to the Open Source repository known as CPAN (Comprehensive Perl Archive Network).


Win32 Perl Programming

Win32 Perl Programming

Author: Dave Roth

Publisher: Sams Publishing

Published: 2001

Total Pages: 754

ISBN-13: 157870216X

DOWNLOAD EBOOK

This book is a guide to Perl¿s most common Win32 extensions, grouped by their functionality. The new edition updates coverage from Perl 5.05 to current Perl version 5.6. It also includes new chapters offering critical, badly-needed information regarding security for Win32Perl, the topic most highly requested by reviewers. The appendices have descriptions and syntax of each function in the extensions covered. Each chapter makes extensive use of code segments to illustrate the use of specific functions and real world scenarios in which these functions can be used.