in reply to Perl Recommended Reads

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Replies are listed 'Best First'.
Re^2: Perl Recommended Reads
by stryda42 (Novice) on Jan 31, 2014 at 01:14 UTC

    Thank you very much! I will look into this.