Wednesday, November 12, 2014

Perl - Inheritance

Here's how to do inheritance in Perl:























This uses the Moose object system which is should probably be used for all large Perl applications. Compare this against the Javascript version.

See this post on how to unit test the classes.

No comments:

Post a Comment