Intermediate Perl: Difference between revisions

Content deleted Content added
Gurt Posh (talk | contribs)
add reviews with refs
Gurt Posh (talk | contribs)
+1 link
Line 13:
 
==Critical reception==
The book's review in ''The Perl Journal'' said ''"It really is an outstanding book that will improve the quality of your code by leaps after reading each chapter. Every serious Perl fan should buy a copy."'' <ref>{{cite web|url=http://drdobbs.com/web-development/184416041|title=Learning Perl Objects, References, & Modules|publisher=[[Dr. Dobb's Journal|The Perl Journal]]|month=August|year=2003}}</ref>. A review in the same month in the technology blog ''[[Slashdot]]'' said of the book: {{quote|"In the world of Perl there was once only the '[[camel book]],' held in perhaps as much reverence as '[[The C Programming Language (book)|K & R]]' among [[C (language)|C programmers]]. It certainly appealed to roughly the same audience, those who wanted a short, sharp introduction to a programming language. It was with a problem that needed solving and a copy of the camel book that I started as a Perl programmer. Then for those that wanted a introduction to Perl and programming Randal L. Schwartz wrote ''Learning Perl'', a book that has arguably become the definitive textbook for teaching Perl. The one weakness was that it left off before really getting to the guts of building large, complex projects in Perl. It did not cover classes, objects, breaking your code up into pieces or the more arcane aspects of variables, references. For this we had to resort to the last few chapters of the 'camel book' and I, for one, have never really been totally comfortable at this end of the language; when I'm reading someone else's code it might take a couple of reads to fully understand the process. Now this weakness has been well and truly addressed. Schwartz, with Tom Phoenix, has written ''"Learning Perl Objects, References & Modules"'', a volume that takes the same steady approach to teaching you the more advanced topics as the earlier 'Learning Perl'. Schwartz has spent the years since writing 'Learning Perl' teaching and writing. You can tell, this is a superbly written book, not that ''Learning Perl'' wasn't well written; it's just that this volume is far better... I think this may well become a classic, I may well in ten years time talk of Schwartz's books with the same awe I now talk of [[Brian Kernighan]]'s. I'll certainly eagerly await his next book and keep this one close until it comes."''<ref>{{cite web|url=http://developers.slashdot.org/story/03/08/01/0619259/Learning-Perl-Objects-References-amp-Modules|title=Learning Perl Objects, References & Modules|publisher=[[Slashdot]]|month=August|year=2003}}</ref>}}
 
==References==