Perl Objects
Perl objects are implemented using references
Declare a name space (with 'package')
Create a reference (usually with '{ }')
Associate reference with namespace (with 'bless')