README.md (662B) - raw
1 These two files represent what I have been learning about object-oriented 2 programming in Perl. The basis for my education is comprised of the following 3 sources: 4 5 - "Intermediate Perl" by Randal L. Schwartz, brian d foy, Tom Phoenix 6 https://www.oreilly.com/library/view/intermediate-perl/0596102062/ 7 8 - "Beginning Perl" by Simon Cozens 9 https://www.perl.org/books/beginning-perl/ 10 11 - "Beginning Perl" by Curtis Poe 12 https://www.wiley.com/en-us/Beginning+Perl-p-9781118235638 13 14 This module is my attempt of converting the examples given Chapter 4 15 ("Introduction to References") in "Intermediate Perl" from a procedural 16 implementation to an object-oriented one.