Help for this page
for my $k (@required_fields) { given $href->{$k} { ... $_ or return DIRTY $row, "ERROR: required field $k not present +"; }; }