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
Perl by Example (3rd Edition)

Perl by Example (3rd Edition)

List Price: $44.99
Your Price: $31.49
Product Info Reviews

<< 1 2 3 4 >>

Rating: 5 stars
Summary: Perl by example 3rd edition rules!!!
Review: I have been learning Perl for about 2 months now, I have a little shell scripting experience but that is it. I 1st started with Learning Perl by O'Reilly. Good book but lacking on the examples, I then went to programming Perl by Larry Wall, a great book for intermediate to advanced, didn't help me much beginning Perl. I then picked up Perl by Examples 3rd edition, this book is superb, a well written programming book. I have read many Computer based books and this definately ranks top 2 in my opinion. The examples are excellent, she shows you the code, the ouput of each line, and then explains each line in every example. So if you forgot something from the 2nd chapter and it shows up in the 5th, it is explained again to you in the example, so you don't have to go through the book and find it. This is a must have for any Perl programmer.

Rating: 4 stars
Summary: Great book
Review: I knew nothing about PERL programming before I got this book. Within a week of using it I was able to create a sophisticated CGI program for the company I work for that's now used by thousands every day. You only need one book to learn the syntax, and this is it.

Rating: 3 stars
Summary: Excellent Explanations, Sparse Coverage
Review: I picked up this book as a tutorial/reference for my Perl class. Overall I found this books explanations to be very clear and comprehensible for even the novice. There are many good illustrative examples. It covers some very important features like sort, map, grep and also split. The regular expression coverage is really well done. In addition to coverage these foundation concepts, the book also delves into some more advanced features of Perl such as file i/o and database (DBI).

Despite, the this excellent work, I have found the book does have some shortcomings that I think should be taken into account. There are several foundation concepts that are not adequately covered. For example, substr() only has a little reference blurb, but one cannot comprehend what substr is doing without seeing adequate examples. The vanilla reference from PerlDoc.com is a bit more adequate. I also found the file i/o cumbersome to sift through. I had to hunt for information I needed.

The book's attempt to be platform neutral, or rather multi-platform embracing, is great. I thought adding Mac and Win coverage for file i/o was more than appropriate and very useful. However, when covering advanced features, I wish Quigley could have sprinkled some resourceful platform specific coverage, such as Administration, Registry, and OLE Automation (VBA-like functionality) on Windows, or OSA (Open Scripting Architecture) or AppleScript-like functionality, on the Macintosh.

Overall, I think the book is excellent, but definately not the only book needed for foundation concepts of Perl. In my narrow scope of getting a good reference book for my Perl course, I would have chosen another book.

Rating: 3 stars
Summary: Excellent Explanations, Sparse Coverage
Review: I picked up this book as a tutorial/reference for my Perl class. Overall I found this books explanations to be very clear and comprehensible for even the novice. There are many good illustrative examples. It covers some very important features like sort, map, grep and also split. The regular expression coverage is really well done. In addition to coverage these foundation concepts, the book also delves into some more advanced features of Perl such as file i/o and database (DBI).

Despite, the this excellent work, I have found the book does have some shortcomings that I think should be taken into account. There are several foundation concepts that are not adequately covered. For example, substr() only has a little reference blurb, but one cannot comprehend what substr is doing without seeing adequate examples. The vanilla reference from PerlDoc.com is a bit more adequate. I also found the file i/o cumbersome to sift through. I had to hunt for information I needed.

The book's attempt to be platform neutral, or rather multi-platform embracing, is great. I thought adding Mac and Win coverage for file i/o was more than appropriate and very useful. However, when covering advanced features, I wish Quigley could have sprinkled some resourceful platform specific coverage, such as Administration, Registry, and OLE Automation (VBA-like functionality) on Windows, or OSA (Open Scripting Architecture) or AppleScript-like functionality, on the Macintosh.

Overall, I think the book is excellent, but definately not the only book needed for foundation concepts of Perl. In my narrow scope of getting a good reference book for my Perl course, I would have chosen another book.

Rating: 4 stars
Summary: Well designed book
Review: I read this on itlibrary.com, so I can't say anything about the cd but I can say it was a good book. The use of examples put the things learned to use instead of letting people ask "So what? ". However, I think more attention should've been spent on sockets, and nothing on named pipes was mentioned. Overall this is a good reference and is great for someone just starting to learn perl, or a unix guy wanting to know more functions and how to use them.

Rating: 5 stars
Summary: Good for beginners!
Review: I really liked the book. I had little programming and Unix background before I started to read that book. I recommend the book for beginners. After reading that you can go for your second Perl book ie,Programming Perl by Larry Wall..:)

Rating: 5 stars
Summary: An excellent reference.
Review: I use this book every day. It never fails me. It's written with UNIX in mind, but most of the examples still apply if you're doing NT. NT users will probably need an additional book on NT modules, but modules are not what this book claims to cover. My book on NT modules is as big a this book. This book has what I think are 3 of the most important parts of a programming book: good examples, a good index, and a good TOC.

Nice work Ellie!

Rating: 3 stars
Summary: not bad, but there are better introductions out there
Review: I'm using this book in a class and, while it's fairly solid, I've found a lot of it to be repetitive and lengthier than it needs to be. The O'Reilly "Learning Perl" book is probably a better place to start, although it's helpful to have a bit of UNIX under your belt before tackling that one (come to think of it, you should probably know a bit about UNIX before tackling Perl, regardless of what book you're using).

Rating: 3 stars
Summary: not bad, but there are better introductions out there
Review: I'm using this book in a class and, while it's fairly solid, I've found a lot of it to be repetitive and lengthier than it needs to be. The O'Reilly "Learning Perl" book is probably a better place to start, although it's helpful to have a bit of UNIX under your belt before tackling that one (come to think of it, you should probably know a bit about UNIX before tackling Perl, regardless of what book you're using).

Rating: 5 stars
Summary: I have 24 Perl books and this is one of my two favorites
Review: I've been a programmer for over 23 years (started very young) and I've programmed in Perl for about two years. Out of the 24 Perl books I own (including most of the O'Reilly books), this is one of my two favorites. The examples are excellent and there is a brief description of almost everything. I have used Perl on both UNIX and Windows NT, but am using mostly Windows NT now and this book has helped greatly just by explaining things better than Learning Perl and Programming Perl (O'Reilly). My other favorite which lists many libraries/packages is Perl Cookbook (O'Reilly).


<< 1 2 3 4 >>

© 2004, ReviewFocus or its affiliates