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


in reply to Re: [OT] Call to arms for mathematicians:
in thread [OT] Call to arms for mathematicians:(Update: please ignore!)

That would be the first formula from Lemma 6.3.

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