65 of 74 people found the following review helpful:
1.0 out of 5 stars
Excerpt from "The Perl Jounal", November 26, 2000
I am copying an excerpt from "The Perl Journal" review of this book.
__START__
Summary: This is a really rotten book. Very few books are able to attain as many as eight major flaws:
1. 'Dummy' approach encourages and reinforces the reader's disability
2. Lack of concrete programming examples
3. Lack of general discussion of how to program, apart from language-specific features
4. Reference manual organization style
5. Inclusion of too many useless and abstruse features
6. Complicated explanations where simple ones are possible
7. Scaremongering and panic instead of calm explanation of affairs
8. Many, many technical errors, some very serious
__END__
I taught myself Perl with little programming background (BASIC, 20 years ago). I started 1 1/2 years ago and am now using it daily as a web developer and data analyst.
Learning Perl from the books and resources out there is *extremely* difficult. There were many times I could've saved 3 weeks of hammering on a script if a perl guru had said, "Hey, list context just means the function wants a list, like an array or hash." I understand very well that the O'Reilly books are godawful for a beginner b/c that's where I started and suffered long from every explanation that said simply, "It's just like in C, so we won't explain it." That said, the books are pretty terrific once you're at a level to absorb them, but steer clear before then, unless you already know everything that POSIX means.
It might be tempting to pick up this book b/c there are pretty much no Perl books for those who haven't coded already. You should consider "The Elements of Perl" instead of this one. It's a better start for beginners and a wonderful way to start to understand Perl, its idioms, its culture, and how to program well. There is also "The Perl Black Book" which is a much better overview of the Perl than any single O'Reilly book, though the author isn't a guru, he's a good writer and tackles everything from the basics to advanced stuff with lots of examples and a CD with all the code.
Perl is wonderful, so please do pick up a book, just not this one.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
17 of 19 people found the following review helpful:
4.0 out of 5 stars
A very good place to start, April 20, 2001
For those who frown upon Dummies books, you should ease up a bit and give this one some serious thought. Perl for Dummies is strictly for beginners. When I say beginners, I mean people with absolutely no programming experience in any language. I compared this book to Learning Perl and found that Learning Perl is written primarily for seasoned non-Perl programmers who are trying to learn Perl for the first time. If you are like me, with no programming know how, this is a more appropriate beginning. It explains such simplicities as scalars, arrays, adding and removing list elements, conditionals, etc. It even goes (lightly) into CGI and regular expressions. It does so in a language which understands that the reader is a "dummy" when it comes to programming and most importantly, it keeps it simple. Simplicity is the primary teaching strategy when dealing with a topic at the novice level, and Perl for Dummies does this well. The weakness of this book is that it does not do a good job of teaching you how to install Perl from the CD provided. In fact, the instructions provided were downright wrong. I had to ask a Perl programmer how to install and run Perl programs on my Windows 98 system. Another weakness, if you can call it that with a book at this level, is that it lacks program examples which would allow me to see what exactly can Perl do in the real world, such as system administration in a UNIX environment. I recommend this book as the starting point, with Learning Perl and Elements of Programming Perl as your next logical step. After you have mastered these books should you go on the Programming Perl and the Perl Cookbook.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
22 of 26 people found the following review helpful:
4.0 out of 5 stars
A great place to start in Perl., February 26, 2000
By A Customer
This review is from: Perl for Dummies (Second Edition) (Paperback)
As always, you have to be very careful with the 'Dummies' line of programming books, as most of them turn out to be terrible. This one however, is terrific. It did a great job of simplifying the sometimes arcane syntax of Perl, and explaining (at least at a beginner level) how some of the Perl features differ on Unix systems and Win32 systems, and even on Mac systems.
No, the book won't teach you everything; a Dummies book shouldn't be held up to that. When I was done with this one, I moved into the O'Reilly books to go further with Perl. This book will get you going in Perl much better than the O'Reilly Perl books of fame ('Learning Perl' and 'Programming Perl'), though. Popular opinion says everyone should be able to learn Perl from scratch from the O'Reilly books and that's just not true. They are colder, more rigid texts that will do fine when one is more advanced with Perl.
I've only come across a couple of great 'Dummies' programming books, and this is one of them ('Active Server Pages for Dummies' was the other). Get over yourself - you're not too cool for a Dummies book. Buy this one.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No