The stupid question is the question not asked | |
PerlMonks |
Re^2: 2014 Code Golf Challengeby tobyink (Canon) |
on Jan 07, 2014 at 08:38 UTC ( [id://1069625]=note: print w/replies, xml ) | Need Help?? |
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
In Section
Obfuscated Code
|
|