ISBN0130284181

Search:
For:   
Perl How to Program

Perl How to Program 4.00 of 5 stars

  • Author(s)  Harvey M. Deitel,  Paul J. Deitel,  Tem R. Nieto,  D. C. McPhie,  
  • Binding  Paperback
  • ISBN  0130284181
  • ISBN-13  9780130284181
  • Publisher  Prentice Hall
  • Release Date  2/4/2001
  • UPC  076092010296
What's this?

User Opinions

It is not just an ordinary programming book!
5/23/20035.00 of 5 stars
I am a computer system and network engineer for more than six years in Japan. I should state that I am not an experienced programmer in Perl or any other programming languages but I have some basic and limited knowledge in VB and Java. I have studied many computer text books but frankly saying the Perl How to Program book, is an excellent textbook as well as a handy reference book among the best books that I have studied so far. Not only it is well written but also the structure of the book is sorted and categorized in way that even non-native English spoken individuals can easily get the required understanding of programming language without trapping in ambiguous words and phrases. I have also bought the Learning Perl (Llama) but the Llama textbook is not a good textbook for the beginners who are eager to learn programming language from scratch, and the structure of the Llama for instance; the examples and the explanation of important subjects are insufficient, in addition there are some words and phrases which have been used in the Llama's main texts that I looked up in many English dictionaries and vocabulary sources but I have not found any description for them, the words such as "hoozistatic" and "fizzbin". Therefore I recommend the Perl How to Program to anyone who is eager to learn Perl programming language as well as the techniques of programming of any other programming languages from scratch!
Great second (or only) Perl book. Very comprehensive.
6/14/20034.00 of 5 stars
This books covers a lot. Probably more than any other Perl book I've read. It's a great reference or to fill in the gaps other Perl books left out. I am not new to Perl and I have probably 20 Perl books--and being the Perl freak I am, I buy any additional books that have anything I can read--and this book is one of the top 4 or 5 most read Perl books. It covers a great deal of aspects, if you only get one or three Perl book(s) in total, this one is highly recommended.
I'm falling asleep
8/29/20031.00 of 5 stars
Because of my school, I own 4 of these hideous beasts. While the books contain a rich assortment of information on their particular subjects, they can be verbose in the extreme. Additionally, they seem to be poorly organized as some other reviewers have mentioned. It is very difficult to pick up these books and stay interested for more than 5 minutes. I've had to purchase other books to actually learn the languages and utilize the Deitel books as references. Some people may find these books to be fine; I suspect we all learn differently. If you enjoy books that get right to the point and with better organization, look elsewhere.
Poor CD installation ...dies in the middle
2/8/20043.00 of 5 stars
I have only read the first chapter. Looks okay. However, I bought it with CD rom at original price (not from amazon) and I have such a hard time installing it. The Damn thing doesn't install on either of my win2k machines nor on Red hat 9 which I dual boot with one of my win2k.

I am really frustrated.

This book was not written by Perl programmers
1/6/20052.00 of 5 stars
A Perl novice picking this book up will be impressed. It's big, the prose is good, and it seems to have a command of the subject.

This is all misleading. The book was written by professional authors who pick up a language as they write a book. Perl isn't like other langauges - the mindset and featureset are completely different. Writing effective Perl means getting a grasp on ideas taken from awk, sed, Lisp, C++, sh, and a dozen other places. This book teaches Perl as if it were another C dielect with a funny syntax. This certainly makes it easy to "leaern Perl", but after reading over 800 pages, you'll actually learn very little Perl. And no wonder - large amounts of this book were cut and paste verbatum from other books Dietel wrote about C++ and Visual Basic! Nothing unique to Perl is discussed, such as Perl's excellent date manipulation fascilities, object serialization, or indeed any module beyond the CGI module (on which a thousand books have been written).

Descriptions of features are vague and half hearted showing lack of a clear understanding. To someone who knows Perl, this book sounds like a homework assignment where someone read about Perl and then wrote about their findings, uncertainties and all.

Throughout the book, code listings basically work (I worked hard on that as a paid technical reviewer - my name is in the credits - and this was no small task) but they too completely miss the style, spirit, and indeed the point of programming Perl. They're riddled with security holes. They don't leverage modules, and Perl's CPAN repository is probably it's greatest strength.

I don't like writing bad reviews. I don't like having failed to have persuaded the authors to address security. I wanted to like this book since it was the first I've worked on. With lots of help from people who truly grasp Perl this book could have been medicore but Dietel's production-line like business model doesn't allow for this. Books need to be written by experts or at least senior members of the community. Rank novices cannot just read other books and repeat back their findings and call it a book. Or perhaps you honestly believe that Dietel has mastered every language on the sun and had plenty of time left over to write an 800 page book about the language they learned last month.

As with any bad review, you should be asking what motivated the bad review. Often it's a frustrated novice. Sometimes it's pure snobbery. Other times it's religion or a burnt employee. I'm not a Perl novice; I've been programming for 21 years now and I've been programming in Perl quite heavily for about 6 of those. I'm a bit of a Perl snob but only because there are so many really excellent books like Programming Perl, Learning Perl, Beginning Perl, CGI Programming with Perl, and scores of others. Dietel treated me very well and paid me fairly (again, I wish I could give an average review). I'm just writing this review to temper the initial impressions of those first learning Perl with a slightly more educated assessment.

If you want one massive book with loads and loads of Perl knowledge, Computer Science & Perl Programming was collectively written by about 20 of the best known Perl hackers who have developed the most important modules, worked on the core, and spoke and written more often than anyone else. And while CS&PP has nearly the same page count, it costs half as much. Besides being more thorough, more insightful, more interesting, and in better style, it's a heck of a lot of fun.

In short, Perl: How to Program is just another in-it-for-the-money amaturely written Perl+CGI book with a lot of padding and little insight.