ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Perl in a Nutshell
Author:
Ellen Siever
ISBN:
1 56592 286 7
Publisher:
O'Reilly
Pages:
653pp
Price:
£??
Reviewer:
Al Lines
Subject:
perl
Appeared in:
12-2
O'Reilly's desktop guides are designed to be a smallish reference guide to all the essentials you need, without having the complete manuals. Does this work for Perl, where there are already a number of superb (O'Reilly) reference books, such as the Larry Wall "Camel" book?

After dispensing with the quick installation guide, the meat of the book comes into its own. This starts with the basics of the language covering keyword by keyword. Each of these have a short description along with (where appropriate) the arguments needed to use them. With space being limited, there are no code examples included.

Next the debugger gets a section all to itself. Very handy to have in one place, as Perl can be a little terse sometimes! Most of the remainder of the book is then left to the key modules that Perl can utilise, such as IO, Text etc. The only area that at first glance seems to be omitted is the parsing and creation of web pages - one of the main usage's of Perl. It is however present, under the title of 'Network Coding' - not quite as obvious.

This reference on its own is insufficient for those who want to use Perl seriouslyt. For that you will still require a text like the Camel book or the Perl cookbook. However, if you only want one book asking for desk space, then this is worth a look.