Originally released in 2003 as “Learning Perl Objects, References, and Modules” and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling “Learning Perl,” it picks up where that book left off. Topics include:
Packages and namespaces
References and scoping
Manipulating complex data structures
Object-oriented programming
Writing and using modules
Testing Perl code
Contributing to CPAN
Following the successful format of “Learning Perl,” we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you’ve learned. To use the book, you just need to be familiar with the material in “Learning Perl” and have ambition to go further.
Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly.
“Intermediate Perl” is about learning to use Perl as aprogramming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.
Related Posts :
Perl and XMLPerl & XML is aimed at Perl programmers who need to work with XML documents and data. The book covers all the major modules for XML processing in Perl. But this book is more than just a listing of modules; it gives a complete, comprehensive tour of the landscape of Perl and XML, making [...]
Perl Pocket Reference, 4th EditionThe Perl Pocket Reference provides a complete overview of the Perl programming language, all packed into a convenient, carry-around booklet. It is updated for Perl 5.8, and covers a summary of Perl syntax rules, a complete list of operators, built-in functions, and standard library modules, all with brief descriptions. Also included are the [...]
Perl for Dummies (Second Edition)Create your own custom Web programs in a snap with the easy-to-master Perl programming language. Perl For Dummies, 2nd Edition, guides you step-by-step through the arcane syntax and programming environment of Perl (which, in case you are wondering, stands for Practical Extraction and Report Language), whether you’re working on a UNIX, Windows 95/98, [...]
Perl Black Book, 2nd EditionWith more than 1,000 examples, Perl Black Book, 2nd Edition is a complete reference to the Perl language ranging from language syntax and idioms to its use in applications such as e-commerce and integration with technologies such as XML and SOAP. Award-winning author Steven Holzner has updated his best-selling first edition to cover all aspects [...]
Related Searches : ...

