An introduction to object oriented Perl

Terminology

Method

Generally:

  • A routine for accessing the attributes of an object or class.

In Perl:

  • A subroutine, defined in its class's package.