Perl Cookbook (COOKBOOKS) and over one million other books are available for Amazon Kindle. Learn more

FREE Shipping on orders over $25.

Used - Very Good | See details
 
   
Have one to sell? Sell yours here
Start reading Perl Cookbook (COOKBOOKS) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Perl Cookbook [Paperback]

Tom Christiansen , Nathan Torkington
4.7 out of 5 stars  See all reviews (117 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition $22.79  
Paperback $33.14  
Paperback, August 1, 1998 --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
Perl Cookbook, Second Edition Perl Cookbook, Second Edition 4.7 out of 5 stars (117)
$33.14
In Stock.

Book Description

August 1, 1998
The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. Topics range from beginner questions to techniques that even the most experienced of Perl programmers will learn from. More than just a collection of tips and tricks, the Perl Cookbook is the long-awaited companion volume to Programming Perl, filled with previously unpublished Perl arcana. The Perl Cookbook contains thousands upon thousands of examples ranging from brief one-liners to complete applications. Covered topic areas spread across nearly four hundred separate "recipes," including: Manipulation of strings, numbers, dates, arrays, and hashes Reading, writing, and updating text and binary files Pattern matching and text substitutions Subroutines, libraries, and modules References, data structures, objects, and classes Signals and exceptions Accessing text, hashes, and SQL databases Screen addressing, menus, and graphical applications Managing other processes Writing secure scripts Client-server programming Internet applications programming with mail, news, ftp, and telnet These recipes were rigorously reviewed by scores of the best minds inside and outside Perl, foremost of which was Larry Wall, the creator of Perl himself. The Perl Cookbook is written by Tom Christiansen, Perl evangelist and coauthor of the bestselling Programming Perl and Learning Perl; and Nathan Torkington, Perl trainer and co-maintainer of the Perl Frequently Asked Questions list. --This text refers to an out of print or unavailable edition of this title.

Customers Who Bought This Item Also Bought


Editorial Reviews

Amazon.com 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 chose 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

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.

Product Details

  • Paperback: 794 pages
  • Publisher: O'Reilly; 1 edition (August 1, 1998)
  • Language: English
  • ISBN-10: 1565922433
  • ISBN-13: 978-1565922433
  • Product Dimensions: 9.2 x 6.9 x 1.6 inches
  • Shipping Weight: 2.6 pounds
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (117 customer reviews)
  • Amazon Best Sellers Rank: #1,316,699 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

Most Helpful Customer Reviews
45 of 46 people found the following review helpful
4.0 out of 5 stars Several years of experience in several hundred pages December 12, 1999
Format:Paperback
Sometimes I think either Tim O'Reilly or Tom Christiansen knows what I am thinking.

In the past week alone, I can count half a dozen times I have wondered about ways to do things in Perl, and never once have I failed to get either a full solution or a running start from the information in this book. If you have read Learning Perl by Christiansen and Schwartz (and if you haven't, you probably should before tackling this one), then this is your next step on the road to Perl.

This book contains hundreds of examples of solutions to "How do I..." type problems using Perl. Ranging from core language topics like hashes, sorting, and string and array processing, to files, database access, IPC, and brief but useful sections on Web and CGI usage, there is something here for everyone who does things with Perl.

Each chapter contains at least a dozen 'recipes' for solving a particular problem in a particular context. Each recipe is neatly laid out with a brief description of the problem, a proposed solution, and a follow-up discussion section. I especially appreciated the discussions, as they maintain the plurality of Perl--the proposed solutions work, but the discussion area almost invariably also includes alternate approaches or techniques. That's the beauty of Perl (and its motto)--There's More Than One Way To Do It. This book offers the intermediate programmer years of experience in solving real world problems using Perl in a few hundred, easy to read pages.

If you have learned enough about Perl to get started, the next thing you should do is get this book. So get cooking!

Comment | 
Was this review helpful to you?
33 of 34 people found the following review helpful
5.0 out of 5 stars One of the best programming books I have read January 18, 2000
Format: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.

Comment | 
Was this review helpful to you?
34 of 36 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
After dog-earring (sic) the pages of the first edition of Programming Perl (the Camel book), I quickly glommed on to the second edition, thinking that they'll have even more informed narrative and great examples. The enhanced narrative WAS worth purchase of the second edition, but, as mentioned in the Amazon.com review, the "Command Tasks with Perl" and "Real Perl Programs" chapters had been dropped... it's been the closest I've ever come to letter-bombing a book publisher. Little did we know that there was a cunning plan by the Perl wizards and O'Reilly to produce The Perl Cookbook.

While in this world of instant communication some say that two years was a long time to wait for the Cookbook, the wait was definitely worth it. The Cookbook is a treasure trove of examples, and should be considered a mandatory companion to Programming Perl AND Advanced Perl Programming on the bookshelf of intermediate and advanced perl programmers.

The Cookbook is also a great place for the novice to feed after cutting their teeth on Learning Perl. Each section is a mini-tutorial with nice examples to enter and ponder. Combined with the Camel book as general background and reference, you'll go a long way in finding quick solutions to common problems.

I'm not sure what was the problem of one reviewer regarding typographical errors. I've been using the first edition of the Cookbook, and have not encountered any serious difficulties. It seems that any typographical errors (and I haven't seen any, but then I haven't been looking) would have at worst lost one star in rating the Cookbook. Benefits of the Cookbook seem to far outweigh the nits on which this reviewer has focused. I do agree with the reviewer's final note: buy copies from the second and third printings, as I'm sure the first edition has already sold out! (... and some perl book geek will view this as an opportunity to collect a "first edition.")

It's not often I'm moved to write an online review. The Perl Cookbook is a superb reference for any serious perl programmer and especially for the novice and intermediate wanting to improve their skills. Buy this book! Bon appetit!

Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars How I learned Perl
A good many years ago I was assigned a relatively simple programming job- modify an application front-end written in C for a university so that it could be used at our school. Read more
Published 8 months ago by Michael J. Edelman
4.0 out of 5 stars the book is in great condition
the book was in great condition although it took around 25 days for me to get the book
Published on August 17, 2010 by Lucky
5.0 out of 5 stars A model for technical books
The first _Perl Cookbook_ was great. This one is fantastic.

When a programming language, operating system, or the like undergoes significant changes, many publishers of... Read more
Published on June 29, 2010 by A. P. Chamberlain
4.0 out of 5 stars Very good recipies
I liked the book from the minute I started reading. It's written in an easy and understandable manner, and the "cooking recipies" highlight a lot of common questions a typical... Read more
Published on July 22, 2009 by Robin Smidsrřd
5.0 out of 5 stars A must have for your book shelf
This book will not teach you Perl, but it contains a recipe for many possible problems that you will have to solve while coding in Perl. It is a MUST HAVE for any Perl programmer.
Published on March 17, 2009 by John Hughes
5.0 out of 5 stars Wonderful Cookbook
With twenty-two chapters spanning a variety of topics, the Perl Cookbook is enough to satiate any Perl programmer. Read more
Published on February 3, 2009 by Andrei Mouravski
5.0 out of 5 stars many points of veiw
The beauty of breaking a huge mirror then taking a picture is,... each of the
falling pieces shows a different angle and this book gives you lots of
programing ideas to... Read more
Published on August 31, 2008 by Mark R. Baker
5.0 out of 5 stars A must have
If you are beginner to expert, this helps with simple methods that are tried and true. I find it most helpful in giving me ideas of how to address problems far beyond the scope of... Read more
Published on August 22, 2008 by William Shakespeare
5.0 out of 5 stars Should be your second PERL book after "Learning PERL"
Your first book on PERL should be "Learning PERL", now in its second edition. It takes you through the basics of PERL in a crystal clear fashion with lots of explanations,... Read more
Published on August 17, 2008 by calvinnme
5.0 out of 5 stars Extremely useful
I recommend this book for both Perl novices and experts alike. It works well both as a reference for a specific problem as well as reading to brush up on available Perl... Read more
Published on April 23, 2008 by C. Plager
Search Customer Reviews
Only search this product's reviews



Books on Related Topics (learn more)

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category