|
|||||||||||||||||||||||||||||||||||
|
45 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
34 of 38 people found the following review helpful:
2.0 out of 5 stars
Perl by trivial and repetitive examples,
By
This review is from: Perl by Example (3rd Edition) (Paperback)
This book was the required and only text for an introductory Perl class that I took. The students generally panned the book. While we appreciated having an extensive source of examples (the book is over 800 pages long), the examples often seemed trivial and repetitive.Let's look at what the book is not. This book is not an introductory programming book-it does not cover basic principles of programming. This book is not a Perl tutorial-it does not introduce Perl concepts and features in a systematic and integrated way. For example, consider the various array functions. All you get in the book is a series of separate sections on each function. There is no discussion that push and pop might somehow be related. This book is not a Perl reference-it does not provide complete and easy-to-access information. For example, it only rarely covers exception conditions. Consider the pop function-the book never indicates what happens if you apply the pop function to an empty array. So what is this book? It is an extensive source of trivial and repetitive examples. This book might be a good supplementary text for people who learn best through numerous repetitive examples. Also, the systematic three-part layout of each example is helpful (the format of the Perl language element, an example script with output, and an explanation). If you want a book of Perl examples, you might consider the "Perl Cookbook" by Christiansen and Torkington.
16 of 17 people found the following review helpful:
5.0 out of 5 stars
I have 24 Perl books and this is one of my two favorites,
By A Customer
This review is from: Perl by Example (Paperback)
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).
6 of 6 people found the following review helpful:
3.0 out of 5 stars
Excellent Explanations, Sparse Coverage,
By
This review is from: Perl by Example (3rd Edition) (Paperback)
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.
8 of 9 people found the following review helpful:
5.0 out of 5 stars
Perl by Example by Ellie Quigley,
By A. M. Main (Virginia Beach, VA United States) - See all my reviews
This review is from: Perl by Example (3rd Edition) (Paperback)
Ellie Quigley delivers again. Her latest version of Perl by Example has been completely updated to include the latest features of the most fun programming language in existence. The new format is even easier to read than before. Anyone programming in a Linux environment will be particularly impressed with her treatment of Linux shells. As in previous books, Quigley's examples are always short and to the point. She explains each and every line of code in her examples leaving nothing to the imagination. I've been teaching Perl at the corporate and college level for four years, and would recommend this book over all others to people who are trying to learn the language for the first time, or to those who just want a complete reference at their side. This book's a keeper!
5 of 5 people found the following review helpful:
3.0 out of 5 stars
Good, but examles are too simple,
This review is from: Perl by Example (3rd Edition) (Paperback)
I use the Perl language daily (and I love it). I own several of Ellie's books and have taken classes from her in Silicon Valley. The books are clear, the index is excellent, but the examples are too simple. Many examples use input typed in from the keyboard (instead of reading in input from a file). Business applications/corporate applications usually read in input from a file.
9 of 11 people found the following review helpful:
5.0 out of 5 stars
Perl by example 3rd edition rules!!!,
By
This review is from: Perl by Example (3rd Edition) (Paperback)
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.
4 of 4 people found the following review helpful:
3.0 out of 5 stars
not bad, but there are better introductions out there,
By A Customer
This review is from: Perl by Example (3rd Edition) (Paperback)
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).
6 of 7 people found the following review helpful:
4.0 out of 5 stars
Good book for Perl beginners,
By Rory French (Randburg, Gauteng South Africa) - See all my reviews
This review is from: Perl by Example (Paperback)
As an experienced programmer, I first tried to learn Perl by reading the Camel book (1st edition), but found it tough going. This book practically 'holds your hand' by guiding you through the fundumentals with simple examples and explanations. As a beginners book I'm sure its as good as any other on the market. I still use it as a reference. The turorial on the included CD Rom didn't add much value though - poor sound quality and pretty boring.
3 of 3 people found the following review helpful:
4.0 out of 5 stars
A great way to learn perl,
By A Customer
This review is from: Perl by Example (3rd Edition) (Paperback)
I've tried to learn perl several times before with different books, manuals and tutorials all unsuccessfully. It wasn't until I started using this book that I really 'got' perl. Each element of the language is explained in clear and simple terms. As a result, I'm now finding perl quite accessible and even fun, something that I would have sworn was not possible before.
3 of 3 people found the following review helpful:
2.0 out of 5 stars
Tutorial? maybe. Reference? no.,
By A Customer
This review is from: Perl by Example (Paperback)
If you are going to buy many books on Perl this might be one to buy early. It plods through some simple examples.If you only plan to buy one Perl book, keep looking. This is not a good reference. You only get glimpses of topics, and information is hard to find. If you only want to learn enough perl to solve a particular problem, keep looking, unless of course your problem happens to be like one of the examples. |
|
Most Helpful First | Newest First
|
|
Perl by Example (3rd Edition) by Ellie Quigley (Paperback - September 17, 2001)
Used & New from: $0.01
| ||