Skip to content
lukasmueller edited this page Sep 14, 2010 · 1 revision

Advanced Perl

Object Oriented Perl

What are objects?

Object hierarchies, inheritance

Polymorphisms

Encapsulation

Perl Objects the traditional way

A better way: Moose