Advanced Books
These books are recommended as further reading for the Perl programmer who has already been introduced to the language. The books here cover the core language and technologies of Perl. If you wish to learn about specific technologies then refer to the topic-related books.
Programming Perl
Book Information
Authors: Tom Christiansen, brian d foy, Larry Wall, Jon OrwantPublisher: O'Reilly and Associates
Book Page at books.perl.org
Buy From: Amazon - Powells - Amazon UK
This is the classic reference to the Perl language, commonly known as "The Camel Book", after the camel on its cover. This book is highly readable, funny, and covers the entire Perl 5.14.x language with all of its fine points.
It is highly recommended as a book to read after you know your way around the core Perl language, so you can learn much more about it, and enjoy its many jokes.
Writing Perl Modules for CPAN
Book Information
Authors: Sam TregarPublisher: Apress
Download/View Online
Book Page at books.perl.org
Buy From: Amazon - Powells - Amazon UK
This book covers the art and science of working on Perl modules, putting them on CPAN and maintaining them. It is written in a light style, and makes a very good and easy read. The book in PDF format is available online for free download and reading.
Object-Oriented Perl
Book Information
Authors: Damian ConwayPublisher: Manning Publications Co.
Book Page at books.perl.org
Buy From: Amazon - Powells - Amazon UK
This book covers Object Oriented Programming using Perl, starting from simple modules objects up to advanced object oriented techniques like persistence or multi-methods.
It is full with examples, and explanations, and is very comprehensive for its topic.
The Perl Cookbook
Book Information
Authors: Tom Christiansen, Nathan TorkingtonPublisher: O'Reilly and Associates
Book Page at books.perl.org
Buy From: Amazon - Powells - Amazon UK
This book gives a long list of tasks to be accomplished and recipes that accomplish them. By looking at the recipes one can learn more about Perl and also know how to accomplish many common tasks in Perl.
Higher-Order Perl
Book Information
Authors: Mark Jason DominusPublisher: Morgan Kaufmann Publishers
Download/View Online
Book Page at books.perl.org
Buy From: Amazon - Powells - Amazon UK
This book (whose text is available online on its site) covers functional programming techniques using Perl and "transforming programs with programs". It covers such topics as closures, iterators, tokenising, and parsing.
Perl Best Practices
Book Information
Authors: Damian ConwayPublisher: O'Reilly and Associates
Book Page at books.perl.org
Buy From: Amazon - Powells - Amazon UK
"Perl Best Practices" covers the author's opinion of what should be done when writing Perl programs, and what should not be done. It covers all levels of the Perl language. Some of the advice given in the book is controversial, and you should still judge it according to your style and preferences, but it's still gives a lot of good advice, and a lot of food for thought and consideration.
For more discussion of this book refer to:
