http://www.perlmonks.org?node_id=1069625


in reply to Re: 2014 Code Golf Challenge
in thread 2014 Code Golf Challenge

That's clever. I must admit that it took me a while to figure out what was going on there.

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