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:
Elements of Programming with Perl
Author:
Andrew Johnson
ISBN:
1 884777 80 5
Publisher:
Manning
Pages:
352pp
Price:
£31.99
Reviewer:
Joe McCool
Subject:
perl
Appeared in:
13-4
YANPB - yet another Perl book! It will struggle in the market place to compete against what is already out there.

I am not an expert on Perl, but I really love the language and use it more and more. I find it so flexible. The syntax is elegant and development time, for simple projects, is greatly reduced over programming in C. I have read a lot and this text almost from cover to cover.

I've read it in bed and on the train. It is light going. Like a lot of books on Perl, the section on debugging is particularly light. That on Perl modules, their downloading and installation is little better, although the latter did help me to download from CPAN a module for sending emails. In 330 pages Johnson tries to cover everything from CGI coding to OOP.

So if I am to recommend it at all, it is to beginners who might just want another angle on the subject, as an alternative to those already out there. Also, if one is interested in Perl documentation and POD (documentation mark up language within source code), it might be worth considering. I have not found these subjects particularly well covered in any book on Perl.

The index too, so vital for any book on programming, can only be described as average. Try for example to find out how to delete a file. There is no entry under d, nor is there an entry under e, for erase. How are beginners coming probably from a DOS background to guess that the command is unlink?

There are some annoying spelling mistakes, which might reflect the product team's ignorance of spelling checkers.