Pro Perl

by Apress

$59.99
buy from amazon.com
Average Rating: * * * * -
Sales Rank:698193 (lower is better)
Price Used:$5.38
Shipping:Free Shipping on most orders over $25*
Availability:Usually ships in 24 hours
Label:Apress
Pages:1064
Binding:Paperback
Publication Date:2005-03-24
Published By:Apress
ASIN:159059438X
Category:Book

Authors

Editorial Reviews and Product Descriptions

Product Description

Overall, highly recommended for anyone using Perl at a less than expert level. That's probably a lot of us...

— Tony Lawrence, Information and Resources for Unix and Linux Systems

Over the years, Perl has grown from an elegant scripting tool into a mature and full-featured language for application development, boasting object-oriented programming, a flexible threading model, built-in support for Unicode, and a thriving community. Available on almost every platform, and offering a comprehensive library of modules, there is no task too big or small for Perl to tackle.

Pro Perl helps you master the key features and complexities of this powerful language. Aimed at intermediate and advanced developers alike, the material assumes some general knowledge of programming concepts but not necessarily prior Perl experience. However, given the expansive coverage of core language topics, Pro Perl also serves as a valuable guide to seasoned Perl programmers seeking to push their proficiency to the next level.

Using a depth-first approach to aid learning of advanced concepts, you're provided with detailed examinations of many key topics, including regular expressions, networking, modules and packages, object-oriented development, and much more. Pro Perl seeks to provide developers with not only the answers to their programming questions, but also advanced ideas and related concepts that expand the developer's understanding of Perl as a language.

This edition of Pro Perl offers updated and expanded content, and improved organization by combining material from previous editions of Professional Perl Programming and Professional Perl Development.

Customer Reviews

Did anyone proof this? Where are the errata? - Reviewed on 2006-07-09
* *
1 customer found this review helpful, 1 did not.

I'm only up to page 140 and there are numerous code errors. Some examples:

1) There is a reference to "Appendix A" but there are no appendices in my copy.

2) p 139: he suggests that the expression "\[1, 2, 3]" will return an array reference, but this is actually returning a reference to a reference to an array, using 2 levels rather than 1 level of indirection. This wouldn't be crucial except that this is the section of the chapter/book in which he is specifically explaining references.

Further, while there is a link to submit errata, there is no link for a place to view/download them. Other reviewers have mentioned the frequency of this kind of error.

This book would be a very bad source for someone truly new to perl.
Refence Manual, Plus So Much More - Reviewed on 2005-09-09
* * * *
2 customers found this review helpful.

One of my arguments with Perl, which ironically is one of its strengths, is that it is such a powerful language there are perhaps thousands of things that you will never use, or not even know about that the language can do. Once a language relegated to scripting-use only, it has developed over the years into a full-featured language around which applications are being developed from. For example, there are numerous front-end web applications that are built around Perl not to mention in my own line of work we use a number of Perl applications to process and manipulate incoming data. The little kid has finally grown up and matured!

In Pro Perl, the author takes you through an in-depth analysis of the Perl language from the beginning topics up to advanced topics (including a relatively new one for Perl, Object Oriented programming). Many Perl books have a habit of either showing you the basics, and leaving you yearning for more; or showing you advanced topics that you are left scratching your head wondering "How did they jump from A to Z with no in-between"? In Pro Perl the author has taken an approach of explaining the concepts and walking you through the introduction and leading you to the more advanced topics without breaking it into distinct pieces of beginning, novice, etc. The book can be considered more of a instructional reference manual more than a code-snippet type book, which many programming books are nowadays.

One of the benefits this book offers is that throughout the book there are multiple reference charts and tip sidebars that either give you information on a syntax or available options, or lead you on to find more information elsewhere. Personally, I find the reference charts valuable as the author does not leave you guessing what all the available options or for a particular command or syntax -- in essence, he is opening the door for you to explore further on your own by showing you other possible roads.

This is a great book for those comfortable with programming and new to Perl, or those who have used Perl in the past but perhaps wanted to see what else it could do for them. The only thing lacking from the book is an indexing system on the side. It would have been great if you could have just flipped the book open to the appropriate section when you are on those fast-fact-finding missions.
This has become one of my favorite references - Reviewed on 2005-06-09
* * * * *
2 customers found this review helpful, 2 did not.

This is a very comprehensive book for those who want to learn the Perl language from the ground up. The author does an excellent job of being detailed without being repetitive or writing at too basic a level. Intermediate users of Perl can find a lot here but even a novice will find sufficient explanation to allow them to learn the language from scratch. The book is well organized and starts with an introduction to Perl followed by how to acquire and install Perl. From there it goes right into the meat of the language with variables, operators, data types, interpolation, substitution, subroutines, regular expressions, working with files and directories, etc. Besides the language itself the author deals with some of the common administrative tasks like adding new modules and packages. The book ends with some advanced topics like embedding Perl and dealing with processes, signals and threads, and networking.

At 990 pages this is a massive book that is easy to follow and full of examples to show exactly how each concept should work. Pro Perl is highly recommended to everyone from the complete novice to advanced level Perl programmer and includes a lot of detail that I have spent hours on the Internet looking for before.
bulking up - Reviewed on 2005-05-24
* * * *
4 customers found this review helpful.

Remember when Perl was a nice little scripting language? One that you could master in a few days. The success of it led to the incorporation of many new features. Most important of these being perhaps the ability to write object oriented code. The sum total of these features causes a blurring of a difference from "full" languages like C++ or Java.

While it is still possible to program using much of early Perl, this book's aim is to educate you as to the new material. Yes, Perl's scope is now impressive. What with a comprehensive regexp, bidirectional pipes, Unicode and more. How much of this to take in from the book is up to you. Thankfully, the chapters seem mostly independent of each other. So at this level, you have random access, which means you don't have to read all of the book. Each chapter, however, has a strong narrative sense of progress. You should read a desired chapter end to end.

A little irony here. Remember claims by some early proponents of Perl that you could skip the complexity of C++'s STL, for example? Or, more recently, to avoid the bulking up of the class packages in standard Java. Perl now has the same symptoms of success.
Not pro, just introductory - Reviewed on 2005-05-20
* * * *
7 customers found this review helpful, 1 did not.

Why? Why do we need another book on Perl that walks through the syntax basics. In it's 1,000 pages this book finishes with Object Oriented Perl. And it spends at least four hundred on the language basics.

Why? Why couldn't this be the 'Pro' book the title describes. This is hardly pro at all. CPAN is given very short shrift. And in general, it's just a rehash of the topics covered in Programming Perl. And Programming Perl is the definitive source.

I'm really not sure why this book was necessary. It does have a different style than Programming Perl. It's a little less jocular and a little more mechanical. Reminiscent of books on Java, C# and Python. It is well written and illustrated.

I'm giving this four stars because I think it will work better for some folks than Programming Perl. Though I think everyone should start with Programming Perl.
Read More Customer Reviews »
Go To Amazon Product Page

* - See Amazon Product Page for shipping and pricing details.


Book Subjects