Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Perl Cookbook: Solutions & Examples for Perl Programmers
Unavailable
Perl Cookbook: Solutions & Examples for Perl Programmers
Unavailable
Perl Cookbook: Solutions & Examples for Perl Programmers
Ebook966 pages18 hours

Perl Cookbook: Solutions & Examples for Perl Programmers

Rating: 4 out of 5 stars

4/5

()

Currently unavailable

Currently unavailable

About this ebook

Find a Perl programmer, and you'll find a copy of Perl Cookbook nearby. Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.Covered topic areas include:

  • Manipulating strings, numbers, dates, arrays, and hashes
  • Pattern matching and text substitutions
  • References, data structures, objects, and classes
  • Signals and exceptions
  • Screen addressing, menus, and graphical applications
  • Managing other processes
  • Writing secure scripts
  • Client-server programming
  • Internet applications programming with mail, news, ftp, and telnet
  • CGI and mod_perl programming
  • Web programming
Since its first release in 1998, Perl Cookbook has earned its place in the libraries of serious Perl users of all levels of expertise by providing practical answers, code examples, and mini-tutorials addressing the challenges that programmers face. Now the second edition of this bestselling book is ready to earn its place among the ranks of favorite Perl books as well.Whether you're a novice or veteran Perl programmer, you'll find Perl Cookbook, 2nd Edition to be one of the most useful books on Perl available. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.
LanguageEnglish
Release dateAug 21, 2003
ISBN9780596516864
Unavailable
Perl Cookbook: Solutions & Examples for Perl Programmers
Author

Tom Christiansen

Tom Christiansen is a freelance consultant specializing in Perl training and writing. After working for several years for TSR Hobbies (of Dungeons and Dragons fame), he set off for college where he spent a year in Spain and five in America, dabbling in music, linguistics, programming, and some half-dozen differentspoken languages. Tom finally escaped UW-Madison with undergraduate degrees in Spanish and computer science and a graduate degree in computer science. He then spent five years at Convex as a jack-of-all-trades working on everything from system administration to utility and kernel development, withcustomer support and training thrown in for good measure. Tom also served two terms on the USENIX Association Board of directors. With over thirty years' experience in Unix systems programming, Tom presents seminars internationally. Living in the foothills above Boulder, Colorado, Tom takes summers off for hiking, hacking, birding, music making, and gaming.

Related to Perl Cookbook

Related ebooks

Computers For You

View More

Related articles

Reviews for Perl Cookbook

Rating: 4.1285713 out of 5 stars
4/5

70 ratings1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 4 out of 5 stars
    4/5
    Anyone who is even slightly familiar with Perl presumably knows about the Camel Book (Programming Perl), but this indispensable companion is somewhat less well-known. That's a shame, because I find myself reaching for this more frequently than for the Camel; once you know the basics of the language, the Cookbook is a wonderful time-saver when you need a particular trick or technique. More than once I've spent an hour or so working out the details of a finicky regexp (a completely generic number-recognition expression, allowing for scientific notation and the like, is the first example to come to mind) only to find them helpfully supplied as examples in the Cookbook. Very highly recommended.