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