Learning Perl, 5th Edition
Posted by Admin on September 30th, 2009 at 08:07am
Review
In thіѕ smooth, carefully paced course, a leading Perl trainer teaches уου tο program іn thе language thаt threatens tο mаkе C, sed, awk, аnd thе Unix shell obsolete fοr many tasks. Thіѕ book іѕ thе “official” guide fοr both formal (classroom) аnd informal learning. It іѕ fully accessible tο thе novice programmer.
–Thіѕ text refers tο аn out οf print οr unavailable edition οf thіѕ title.
Review
‘Learning Perl mаkеѕ fοr аn enjoyable, exciting course fοr аnу absol…
Bυу Learning Perl, 5th Edition аt Amazon
Under Webmaster

3 Comments for Learning Perl, 5th Edition
1. Cybil | September 30th, 2009 at 9:07 am
There are 2 sets of reviewers rating this book. The first set, who compose the majority of reviewers, are experienced Unix programmers who have used sed, awk, grep and the various Unix shells. For those Unix hackers, this book is a great intro to Perl because it covers the basics of the language quickly and efficiently without belaboring the obvious (or I should say, the obvious to experienced Unix users).
The second set of reviewers (of which I am one), who have just about universally panned this book, are Windows or Mac users who had no clue what sed, awk and grep were and then attempted to tackle Perl with this book. For those people, this book is a big mistake.
When I was searching for a beginning Perl book, I flipped through the llama book and got confused not only by the first chapter, but with several of the succeeding chapters as well. I learned Perl with Laura LeMay’s “Teach Yourself Perl in 21 Days” which is a much gentler intro to Perl and also covers Perl in Windows and the Mac. Now that I have some Perl and Linux experience, I went back to the bookstore and started flipping through the llama again, and this time I thought, “Hey this book is really good.”
Learn from my Jekyll and Hyde experience with the llama: if you are trying to learn Perl and you have previous Unix experience, buy the book. If you don’t have previous Unix experence, get something else.
I hope this explanation clears up why some people gave this book rave reviews while others ripped it.
2. Odakota | September 30th, 2009 at 11:49 am
Excellent.
I came to this book knowing next to nothing about Perl, and with a few misconceptions to boot (that Perl’s syntax is ‘write-only’, it’s primarily a CGI tool, etc.), and now I am not sure that epiphany would cover it. In 12 years of learning and using programming languages, I don’t think I have come across anything so enchanting.
One of the best parts of the book: the authors. Add Schwartz & Christiansen to Elliotte Rusty Harold, Petzold, and a very few others who are truly effective technical writers. Classic O’Reilly easygoing style, never condescending, and eerily consistent in presenting just the right amount of information on the given topic.
Every programmer (even non-Perl ones) should read ‘Programming Perl’ by Larry Wall. But to learn Perl, and take the first step down a long and magical road, buy this book.
I had a few nits, but by the time I finished the book, I had forgotten most of them. As close to 5 stars as I will ever give for a technical book.
3. Sylvester | September 30th, 2009 at 2:06 pm
Before I buy this book, I was reading the reviews in this site and I was particularly concerned about the requirement of an UNIX-based OS. Since my only workstation is a PC running Windows, I was very uncertain about buying this book, despite the great review.
Now, listen up.
-I only know the basics of C++ programming;
-I do not know anything about UNIX OS;
-I create websites using HTML and JavaScripts;
-This book help me understand enough about Perl to write my own CGI scripts and run them on the Internet!!! (I’ve got 3 forums running now and several voting sections!)
If you are a pure Windows user, like myself, but would like to learn the basics of Perl, get this book, period!
Now the cons: As mentioned with so many reviews, this book is very brief. Although I was stuck in chapter for 1 week (!!!), I “fly” through the rest of the chapters in 2-3 days! The biggest problem I find is the lack of adequate explanation for each operators, regular expressions, etc. When writing my own CGI, I have to continuously look for alternative sources of Perl references to clear up my queries and help me to understand a few particular properties of Perl.
For example, I have to use the s///; and the tr///; many times in my scripts, but without extensive understanding of all their properties, I find it “crippling” to my work.
Enough said. For an introduction to Perl, I would give this book 5 stars. If you hunger for much more information, like myself, get this book first, before trying out the lastest Programming Perl (3rd Edition).
Leave a Comment for Learning Perl, 5th Edition
Trackback this post | Subscribe to the comments via RSS Feed