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