Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
This book picks up right where Learning Perl leaves off. With Intermediate Perl, you’ll graduate from short scripts to much larger programs, using features that make Perl a general-purpose language. This gentle but thorough guide introduces you to modules, complex data structures, and object-oriented programming.
Each chapter is small enough to be read in just an hour or two, ending with exercises to help you practice what you’ve learned. If you’re familiar with the material in Learning Perl and have the ambition to go further, Intermediate Perl will teach you most of the core Perl language concepts you need for writing robust programs on any platform.
Topics include:
- Packages and namespaces
- References and scoping, including regular expression references
- Manipulating complex data structures
- Object-oriented programming
- Writing and using modules
- Testing Perl code
- Contributing to CPAN
Just like Learning Perl, material in this book closely follows the popular introductory Perl course the authors have taught since 1991. This second edition covers recent changes to the language up to version 5.14.
Described as the book that turns the Perl dabbler into the Perl programmer, this book is about making the leap from the easy things to the hard ones. It is written by the bestselling authors of "Learning Pearl" and offers a gentle but thorough introduction to intermediate programming in Perl.
Editorials
From Barnes & Noble
The Barnes & Noble ReviewIn Intermediate Perl, Perl legend Randal Schwartz, Tom Phoenix, and Brian Foy pick up where their classic Learning Perl left off. If you can write a basic Perl script, this book will help you write code that’s far more powerful and useful.
Up front, you’ll master some Perl idioms that’ll serve you well and learn to make the most of Perl’s huge library of modules. (Later on, there’s coverage of building your own modules.) Intermediate Perl presents extensive coverage of references, including nested element references, scoping, subroutine and filehandle references, even recursively defined data. You’ll learn to work with complex data structures; use namespaces without causing collisions; make more effective use of objects; even do some fairly serious testing.
Sure, there may be “more than one way to do it” in Perl. But when these authors tell you how, you know it’ll work. Bill Camarda, from the May 2006 Read Only