|
| Recent
Articles |

A Perl And C# Comparison A search that I have noticed that has been passed to my site was "perl c# comparison", I would assume that the person that asked this was trying to compare the languages and not how c# and perl perform...
Handling Missing Data I have an old Perl project that goes out to a Government web site, ftp's some files, massages them in various ways, and spits out some output. Over time, the project grew, and now does more than it used to. To keep it generic and simple, let's pretend that originally...
Help, My Script Isn't Working! Here's a list of tips and tricks to consult at two a.m. when you're trying to put your site to bed and that d*mn script just won't work. 1. Make a note of the error message, and type it in Google. Leave out your unique paths and...
Perl Loop Causes Strange Read-only Error Ok, folks: I don't understand this. It must have something to do with anonymous arrays in Perl (no, it doesn't, I realize now), but I don't grok the connection. I ran into this in attempting a seemingly simple change in some customer's code; it wasn't hard to fix...
|
|
01.31.07
Review: Wicked Cool Perl Scripts
By
A.P. Lawrence
Order (or just read more about) Wicked Cool Perl Scripts from Amazon.com
Bah, humbug.
Well, maybe not that bad. Actually, not "bad" at all: I have no real complaints about this book, but I didn't like it and can't imagine handing it to anyone with a hearty "Here, read this, you'll love it".
As I whined at my review of the similarly named "Wicked Cool Shell Scripts", the title alone is enough to put me in a bad mood.
But "Wicked Cool Shell Scripts" at least was interesting from the view that the tasks presented are actually hard to do in a shell script, and therefore were at least cool in that sense.
I said at that review "if you need anything complex at all, Perl or something else is probably a much better way to to it", and here's the Perl book, so what's my problem?
It isn't "wicked cool". This is a jumbled pile of Perl scripts designed to do the kinds of things Perl is very good at doing, and that's why there's nothing cool about it: doing these kinds of things in Perl requires nothing more than a basic understanding of the language and now and then where to look for a useful module.
What's cool about that?
The "Wicked Cool Shell Scripts" showed you how you could build a house using a jacknife and a rock; you'd have to be an idiot to do it, but it is awe inspiring.
This book shows you how to do it after cleaning out Sears tool department.
Oh, maybe I'm massively unfair. Maybe somone would like this book, but I don't think anyone reading at this site will.
*Originally published at APLawrence.com
|