![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re^2: Perl Object Initializationby eye (Chaplain) |
on Jun 11, 2011 at 14:35 UTC ( #909261=note: print w/replies, xml ) | Need Help?? |
Additionally, Moose offers mechanisms that can be used for object initialization (BUILD) and per attribute initialization (builder). Attributes may also be "lazy" so that they will not be initialized until they are needed (this is discussed at length in subsequent comments). Links are to the Moose documentation.
In Section
Seekers of Perl Wisdom
|
|