Rating: - It's ok.
I happened on this book while cleaning out an ex-employees cube. I gave it a speed read out of curiosity.
This book is a "baby steps" book. Don't look at it to learn how to write scripts for your job. It is a beginners book. Especially if you have never programmed and you have recently heard about Perl.
The scripts you will find in here are very very basic and not really usable for "serious" needs.
As I mentioned this is a "baby steps" book, there are some sections which I thought might be overkill and could cause confusion.
Part IV (the info link on the book shows what's there) probably could have been left for another book or simply left as a section for "stuff to look at."
The same for the section on Perl and CGI. There is far too much to do it justice in one chapter of a beginner book.
I was happy to see map and glob mentioned. They are two commands that are often overlooked and very very useful.
Again if you are new to programming and Perl then this book is ok for a light weight introduction.
If you understand programming concepts and want to learn Perl, I would suggest the Learning Perl book from O'Reilly or Beginning Perl by Simon Cozens over this book.
Rating: - Let me get my hands dirty, already...
This book provides a decent overview of Perl's capabilities, but has one fatal flaw...it doesn't really get you programming. I read the whole book, and got to the end having some ideas about the kinds of things Perl can do, but not really knowing how to do any of them. Get Perl by Example, instead. It gets you writing code from the get go, and goes farther in giving you an understanding of how Perl works.
Rating: - OK, but you can do better.
This book was not up to the 'Dummies' standard, in my opinion. Perhaps because PERL users are so diverse that hitting on all the various wants would take too long? I found this book lacking in substance. That is, you could finish this book with no real feeling of competence in basic PERL scripting. I strongly suggest "Learning PERL" instead.
Rating: - Nice Intro to Perl
This book seems to follow the pattern of most Dummies books I've read...give a good overview of the major considerations of the topic at hand, provide a few examples to help give the reader a feeling of empowerment, and indicate that there is much more to learn.
I came to this book needing to learn perl well enough to write some simple text modification programs for work. While this book does not replace a semester-long university course on the language (which is what I'm used to), it does give the reader enough information to jump in and start writing some simple perl programs...if your comfortable with the OS you're dealing with and if perl is already installed (I'm not sure I really could have accomplished those tasks with only the knowlege from this book).
I guess my take on this book and other Dummies books are like those infamous Cliff Notes from high school...simply reading these books won't make you an expert, but they can give valuable insight and pointers that you might not easily gain on your own. As an additional tool coupled with a little bit of programming experience and the provided perl documentation, Perl for Dummies has helped me get up to speed quickly and complete several important projects...which I don't think I would have been able to do otherwise.
Rating: - Leaving me with more questions than answers.
My definition of a good dummies book is one that answers questions rather than raise more of them. I've read up to chapter 5 so far in this book and already my mind is swarming with dozens of questions. And it's frustrating knowing that they aren't answered, or at least, not at this point.
I'm reading this book from cover to cover - I'm not using it as a reference. I really want to learn Perl. Therefore, I was hoping to truly understand WHY certain things are the way they are in this language... not just that "this does that." That's only 1/2 of the battle in programming. We have to know how these functions/variables relate to each other. That's what programming is all about - relations... but relationships aren't defined clearly (so far) in this book.
For example, the author goes through 2 examples of perl programs in Chapter 4. He illustrates what each part of the script does, but this is only partially satisfactory. Half of the displayed functions are definitions, instead of explanations. I found myself asking "Okay, so why is that part important? How does it relate to the other parts? Why does that need to be included? The chomp variable? Why include that here? Sure, I know what it DOES, but why include it here? Which variables are native to Perl and which aren't?" Many, many questions.
It feels like Chapter 4 belongs towards the end of the book, after we understand all of the basic functions/variables, etc. I skimmed through the book and found answers to questions I had at the beginning - which isn't very efficient.
I understand why something is important about 50% of the time with Perl for Dummies. The other 50% is spent looking in other chapters for answers, doing mental gymnastics in my head, or just moving on, hoping it will be explained in the next page or so.
Perhaps he does explain it, but not enough to my satisfaction. Or maybe it's all cleaned up in later chapters. It sounds like he wrote this assuming we would be able to figure out any missing parts. The book needs more clarity. I'm left more confused than enlightened.
It was only after applying a bit of my own computer know-how that I finally got a script to work - frustrating when the author doesn't make it clear you can make paths to the files you want to use Perl on. I eventually figured it out... but aren't Dummies books supposed to explain these things?
I'm not reviewing this book out of ignorance or disrespect for the author's knowledge and experience. He obviously knows what he is doing. I've programmed in Java before and it's easy to see the similarities. I'm also an experienced web developer.
I just wonder how I could be scratching my head so many times when this book is supposed adapt to the fact that I am a dummy. Good start, but gets confusing quickly.
If the book gets any better as I read, I will re-review it and adjust its rating accordingly.
|