Fork me on GitHub

Project Notes

#443 Perl Cookbook

Book notes - Perl Cookbook, by Tom Christiansen, Nathan Torkington. First published August 1, 1998. Latest second edition, 2003.

Notes

cover

Contents

  1. Strings
  2. Numbers
  3. Dates and Times
  4. Arrays
  5. Hashes
  6. Pattern Matching
  7. File Access
  8. File Contents
  9. Directories
  10. Subroutines
  11. References and Records
  12. Packages, Libraries, and Modules
  13. Classes, Objects, and Ties
  14. Database Access
  15. Interactivity
  16. Process Management and Communication
  17. Sockets
  18. Internet Services
  19. CGI Programming
  20. Web Automation
  21. mod_perl
  22. XML

Source Code

Example sources are maintained at https://resources.oreilly.com/examples/9780596003135/. Cloning to an example_source folder:

git clone https://resources.oreilly.com/examples/9780596003135 example_source

Credits and References

About LCK#443
BooksPerl

This page is a web-friendly rendering of my project notes shared in the LittleCodingKata GitHub repository.

Project Source on GitHub Return to the LittleCodingKata Catalog
About LittleCodingKata

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

Follow the Blog follow projects and notes as they are published in your favourite feed reader