Global Navigation

Perl Beginners' Site

Perl - because programming should be fun.

Breadcrumbs Trail

Main Navigation

Content

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: Larry Wall, Tom Christiansen, Jon Orwant
Publisher: 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.6.1 language on 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 Tregar
Publisher: Apress
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 Conway
Publisher: 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 Torkington
Publisher: 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.

Sidebar

Footer