Perl 5 Unleashed

Perl 5 Unleashed PDF Author: Kamran Husain
Publisher: Sams
ISBN:
Category : Perl (Computer program language)
Languages : en
Pages : 844

Get Book Here

Book Description
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.

Perl 5 Unleashed

Perl 5 Unleashed PDF Author: Kamran Husain
Publisher: Sams
ISBN:
Category : Perl (Computer program language)
Languages : en
Pages : 844

Get Book Here

Book Description
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 PDF Author: Randal Schwartz
Publisher: "O'Reilly Media, Inc."
ISBN: 1449303587
Category : Computers
Languages : en
Pages : 389

Get Book Here

Book Description
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 PDF Author: Edward S. Peschko
Publisher: McGraw-Hill Companies
ISBN: 9780079136985
Category : Computers
Languages : en
Pages : 1092

Get Book Here

Book Description
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 PDF Author: Ross Macdonald
Publisher: Vintage Crime/Black Lizard
ISBN: 0307773183
Category : Fiction
Languages : en
Pages : 257

Get Book Here

Book Description
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.

Perl 6 Now

Perl 6 Now PDF Author: Scott Walters
Publisher: Springer
ISBN:
Category : Computers
Languages : en
Pages : 428

Get Book Here

Book Description
* Perl 6 is not going to be available for quite a while, but, there is enormous interest in the Perl community (Perl use=14% and succeeds Linux and PHP in popularity) about its features and coding style / Many Perl 6-isms are suitable for production code and serious software development. * Most up-to-date text possible on the Perl language. * Walters assists with bimonthly Phoenix Perl Mongers user group meetings, often presenting. Presentations include demonstrations of his CPAN modules, current topics in software engineering, object-oriented programming techniques, information security, peer to peer architecture, ecommerce with credit card gateways, and other topics.

Writing Perl Modules for CPAN

Writing Perl Modules for CPAN PDF Author: Sam Tregar
Publisher: Apress
ISBN: 1430211520
Category : Computers
Languages : en
Pages : 304

Get Book Here

Book Description
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).

Teach Yourself Perl 5 in 21 Days

Teach Yourself Perl 5 in 21 Days PDF Author: David Till
Publisher: Sams
ISBN:
Category : Computers
Languages : en
Pages : 924

Get Book Here

Book Description
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 Hacks

Perl Hacks PDF Author: Chromatic
Publisher: "O'Reilly Media, Inc."
ISBN: 0596526741
Category : Computers
Languages : en
Pages : 296

Get Book Here

Book Description
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.

Modern Perl

Modern Perl PDF Author: Chromatic
Publisher: Pragmatic Bookshelf
ISBN: 9781680500882
Category :
Languages : en
Pages : 300

Get Book Here

Book Description
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 PDF Author: Moritz Lenz
Publisher: Apress
ISBN: 1484228995
Category : Computers
Languages : en
Pages : 151

Get Book Here

Book Description
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.