in reply to Re: help with simplifying program
in thread help with simplifying program

True. $s should really go from -1 to -33 I think.

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