in reply to Re: Please Help With Perl
in thread Please Help With Perl

Dollars to doughnuts, this volume of the encyclopaedia covers a very small portion of the alphabet.

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