in reply to Re: Bad conscience
in thread Bad conscience

Writing unreadable code might ensure you a job for life. But that job will be maintaining unreadable code, so you might not enjoy it very much.

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