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

According to the StackExchange golfing rule book, you're allowed to assume perl is being run as perl -M5.010, so can use say. This takes the solution down to 10 bytes, beating even many of the esolangs, while still being pretty obvious how it works.

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