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


in reply to Re: Where were you at epoch == 0 ?
in thread Where were you at epoch == 0 ?

This being a Perl-related site, obviously the COBOL one.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name