Now that you understand pointers, you will be ready learn how to create objects in Perl. The next chapter focuses on object-oriented Perl. It is a big chapter and extremely important if you are going to use modules from other libraries or CPAN, etc. You will learn how to create objects, assign properties to objects, use methods to manipulate objects, and how to destroy and reuse them. You will learn about @ISA and inheritance, closure, and garbage collection, etc. You will also learn how to document your modules with POD, Plain Old Documentation.
Exercise 13: It's Not Polite to Point!
|