Features
- Cover Type: Paperback with 964 pages
- Published by: O'Reilly Media, Inc.
- Edition: 2nd Edition August 25, 2003
- Written in: English
- ISBN 10 Number: 0596003137
- ISBN 13 Number: 978-0596003135
-
Book Dimensions:
9 x 7 x 1.8 inches
- Weighs: 3 pounds
Product Review
When the second edition of
Programming Perl was released, the authors omitted two chapters: "Common Tasks with Perl" and "Real Perl Programs." Publisher O'Reilly & Associates soon realized that there would be too many pages in
Programming Perl if it put updated recipes in the new edition. Instead, O'Reilly picked to release the many Perl code examples as a separate entity:
The Perl Cookbook.
The recipes are well documented and the examples aren't too arcane; even beginners will be able to pick up the lessons taught here. The authors write in relatively easy-to-understand language (for a technical guide). Through this book and its arsenal of recipes, you will learn many new things about Perl to help you through your toughest projects. The next time you're working on a project at 2 a.m., you'll thank yourself for the guidance and direction
The Perl Cookbook provides.
--Doug Beaver
--This text refers to an out of print or unavailable edition of this title.
From Library Journal
Perl is probably the language holding together more web sites than any other. It is not the fastest or the most elegant, but it can slurp text as no other language can?and it is free. This is an invaluable book for all levels of Perl programmers, from novice to advanced. It contains great working examples of Perl code to do everything from data structures and string matching to reading files and using libraries to CGI programming and programming Internet applications. Highly recommended for all libraries; serious web collections should consider two copies.
Copyright 1998 Reed Business Information, Inc.
--This text refers to an out of print or unavailable edition of this title.
Reader Reviews
This review is from: Perl Cookbook (Paperback)
I have owned this book for over a year and still use it regularly. While I was learning Perl syntax I found that it served very well when language guides such as "Programming Perl" fell short. When I started using the language I didn't have the syntax totally mastered and came across various little questions and problems. The "Perl Cookbook" addressed both of these by providing succinct solutions to my problems while helping me learn more about Perl syntax. Furthermore, this book exposes you to the various Perl modules available in a more natural way than searching for them in a general language reference like "Perl in a Nutshell". Most recipies in the book present a simple code solution and then refer to a module that provides the same (and often extended) functionality.