Fork me on GitHub

Project Notes

#450 Learning Perl Objects, References, and Modules

Book notes - Learning Perl Objects, References, and Modules by Randal L. Schwartz, Tom Phoenix. First published June 9, 2003.

Notes

cover

Contents

  1. Introduction
  2. Building Larger Programs
  3. Introduction to References
  4. References and Scoping
  5. Manipulating Complex Data Structures
  6. Subroutine References
  7. Practical Reference Tricks
  8. Introduction to Objects
  9. Objects with Data
  10. Object Destruction
  11. Some Advanced Object Topics
  12. Using Modules
  13. Writing a Distribution
  14. Essential Testing
  15. Contributing to CPAN

Source Code

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

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

Credits and References

About LCK#450
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