Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Sams Teach Yourself Perl in 24 Hours (2nd Edition)

Sams Teach Yourself Perl in 24 Hours (2nd Edition)

List Price: $29.99
Your Price: $20.39
Product Info Reviews

<< 1 2 3 >>

Rating: 1 stars
Summary: Careful!
Review: This book has lots of examples and good information. However, most of the sample scripts do not run as the book says they will run. Some of the sample scripts are actually different than what is displayed in the book. After only the first 7 chapters, I have found this book to be full of errors and very frustrating!

Rating: 3 stars
Summary: A great starting book. Watch for falling typos.
Review: This book is broken down really well as far as dividing information into 'digestable' portions for the beginning Perl programmer. It also seems pitched towards someone with little to no programming background. Having come from just BASIC programming myself, I found it very easy to follow along with and keep up with, without being the slightest bit dry. The book also provides many examples, and small quizzes and projects at the end of most chapters. And, of course, the price couldn't be beat.

HOWEVER... And this is a big however, I marked the book's rating down because the book (particularly the examples) needed a fine tooth comb getting those typos out. There are many examples where I thought to myself 'Wait, that doesn't seem right...', did it their way and had the program fail, and realized it was a mistake on their part. Just realize that what you see in those examples isn't gospel, and if you decide to buy the book anyway, use it as a chance to practice debugging little programs.

Rating: 4 stars
Summary: Good for Starters as well as experts
Review: This book is good for the ones who are allready coding in perl as well as for the beginners, I think Perl is one of the best languages to begin with, and this book tells you how.

Rating: 5 stars
Summary: excellent discussion of CGI do's and don'ts
Review: This book is good for two kinds of people -- people who need an introductory text to Perl (especially if they don't have a strong programming background already); and people who are doing CGI programming. (Of course, you could happen to be both kind of person at once -- a not-advanced programmer picking up Perl to do some CGI programming.) No other Perl book I've seen so far manages to serve both audiences so well.

The part of the book (the first 3/5ths or so) that's intro to general Perl is good, clear, and free of any typos I've noticed. The current printing I saw tended to scrimp on whitespace (so you see "$x=$y*stuff($z)" instead of somehting more like "$x = $y * stuff($z)"), but I don't think it's /too/ much of a problem; and I've emailed the author and he says he'll see about getting that changed in later printings.

The section on CGI is the real windfall here. I'm sure that the author could have just banged out a chapter or two of "Hello World" CGIs plus a form2mail and a guestbook, and called that it; and the book would probably have sold just as well from casual buyers.

Instead, he ended up writing the absolute best and most careful discussion of CGI I've seen to date. Most importantly, if you're a new-to-CGI programmer and you read this book, I think it'll steer you clear of the nastier pitfalls better than any other book I've seen. That includes things that work but that open security holes, as well as things that just don't work.

And, incidentally, the book doesn't cost much, so I can recommend that even an advanced CGI programmer (even one not coding in Perl!) go and plunk down the ~$20, just because the long (about 2/5ths of the book, it seems) and deliberate section on CGI is bound to discuss /something/ you didn't know. I, for example, particularly benefited from the comprehensive and patient discussion of the benefits and limitations of the various ways to pass session-state around between CGI program instances.

Rating: 5 stars
Summary: Teachs an old C/C++ Dog New Tricks
Review: To be marketable in the IT world, you must be versatile. I recently spent a great deal of time interacting with HR people from several local companies as part of a new program in accelerated training at a local community college. In our talks, one theme was nearly universal, in that a generalized skill set and an ability to learn quickly was preferred over expertise in one particular area. Achieving this versatility is not easy and requires quality resources.
Recently, it was necessary for me to learn the Perl programming language in a hurry, and this is the book that I used. In less than a week, I was able to understand and teach the basics of how to write Perl programs as part of web page design. The lessons here are all short and to the point, ideal for experienced programmers who are time challenged. Over the years, I had looked at Perl from time to time, but never felt the urge or need to learn it. As a C/C++ programmer, the syntax was odd (different) enough to keep me away. That was a problem when going through this book, old habits do indeed die hard, but not enough to significantly slow me down. The clarity and brevity of the examples was enough to overcome this not insignificant hurdle.
A CD containing a recent implementation of Perl, the source code for the examples and other Perl tools is included. This allows you to get started right out of the shrink wrap without spending any additional money. It may not seem like much, but I always prefer having the source code on a CD rather than having to go to a web site to get it. The extra convenience really appears out of proportion to what it is.
Perl is a language that is powerful and seems to be growing in use. Much of that is due to the explosive nature of the Internet and business on the web. However, some of the change is also a consequence of the growing realization among employers that one language does not do it all, that solutions can often be coded much quicker in another language. Furthermore, a diverse skill set is now being recognized by more employers as their most valuable asset. If you are one who needs to make that improvement, then this book will work for you.

Rating: 5 stars
Summary: Great Book
Review: TY Perl is a wonderful book that teaches every part of Perl. As a two year programmer of C++ and a someone who has been programming other languages, I find this book very easy to understand and use. It comes highly recommended to beginners.

One thing to make note of, there are very few SET programs for someone to work on. However, little of snippets of code exist in the book, and someone should practice using these snippits in their programs and not expect the book to do everything for them.

Rating: 5 stars
Summary: Argh! No typos whatsoever! The book rocks.
Review: Well, at least the version I bought in march 2000, version 5 I think, doesn't have those. the book is error ad typo free, and all the programs run perfectly. Now to the meat: When I began reading the book I knew perl does stuff on the web. That's all, really. Readin onl 8 hours of it, I've already developed various cool programs, reached the third level in perlmonks.com - a site for perl freaks, and saw I can really help people! The learning curve is amazing. Although It's not really 1 hour for each class, at least for me, It's 1:30 or so. I'd really, really suggest this... You can viably *SEE* your progress... It's amazing how after a week of reading the book you feel you know everything about the language: recursion, arrays, and everything there is in any other language, MASTERED by you. Spend a week more (to get to hour 14) and you... I cant describe it. The first time I feel so comfy with a programming language. MUST BUY.


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates