Jump to ratings and reviews
Rate this book

Mastering Perl

Rate this book
This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms. This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer. The book explains how to: Use advanced regular expressions, including global matches, lookarounds, readable regexes, and regex debuggingAvoid common programing problems with secure programming techniquesProfile and benchmark Perl to find out where to focus your improvementsWrangle Perl code to make it more presentable and readableSee how Perl keeps track of package variables and how you can use that for some powerful tricksDefine subroutines on the fly and turn the tables on normal procedural programming.Modify and jury rig modules to fix code without editing the original sourceLet your users configure your programs without touching the codeLearn how you can detect errors Perl doesn't report, and how to tell users about themLet your Perl program talk back to you by using Log4perlStore data for later use in another program, a later run of the same program, or to send them over a networkWrite programs as modules to get the benefit of Perl's distribution and testing toolsAppendices include 'brian's Guide to Solving Any Perl Problem' to improve your troubleshooting skills, as well as suggested reading to continue your Perl education. Mastering Perl starts you on your path to becoming the person with the answers, and, failing that, the person who knows how to find the answers or discover the problem. About The Author brian

458 pages, Paperback

First published July 1, 2007

14 people are currently reading
48 people want to read

About the author

Brian D. Foy

10 books3 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
23 (30%)
4 stars
36 (47%)
3 stars
16 (21%)
2 stars
1 (1%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Sopan Shewale.
21 reviews3 followers
April 5, 2008
The book gives true advice to become master in Perl.
Author - brian d. foy has unique (best) style to explain any concept. Amazing book.

One of the must reads if you are learning Perl programming language to advance level.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.