Perl Power!: The Comprehensive Guide

davorg on 2006-05-22T13:24:49

Browsing in a bookshop this lunchtime I came across a new Perl book that I'd never heard of. It's called Perl Power!: The Comprehensive Guide.

I looked to see how good it was, but didn't get past the bibliography. It had a pretty good list of other books, but I was surprised to see that it recommended the second edition of the Llama and the first edition of the Cookbook. I double-checked the publication date, but it was definitely published this year.

If the publisher or author didn't know enough about Perl to realise that staple Perl books have been updated this millennium, then that doesn't really give me too much confidence in the rest of the book.

I've emailed the publisher. I'll let you know if I get a response.


It gets better...

pjm on 2006-05-23T01:13:02

The web site promises downloadable code, and given your description I thought a quick gander was in order. So I hover over the "Student Downloads" link on the page and, uh oh, the "downloadable code" is in fact a .exe. Really! Blrrk. End of --even casual-- interest in book.

Re:It gets better…

Aristotle on 2006-05-24T11:03:02

That’s because it’s a self-extracting Zip archive. unzip has no problems unpacking it. Let’s seee…

~ $ unzip 631616_Code.exe -d x/ 1> /dev/null
~ $ cd x
~/x $ find -name \*.pl -printf . | wc -c
153
~/x $ grep -lr 'use strict' . | wc -l
0