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