AI Features

Moose and Perl OO

Learn about features provided by Moose.

The Moose module

Moose provides many features beyond Perl’s default OO system. Although we can build everything we get with Moose either by ourselves The bless built-in associates the name of a class with a reference. That reference is now a valid invocant. Perl will perform method dispatch on it.or by cobbling it ...