good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Perl Recommended Readsby tobyink (Canon) |
on Jan 31, 2014 at 00:29 UTC ( [id://1072757]=note: print w/replies, xml ) | Need Help?? |
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
In Section
Seekers of Perl Wisdom
|
|