in reply to Section Handling - Nested

What have you tried so far? What problems have you encountered?

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