if (%arg) { my %_temp_hash = _return_attr_data(); foreach my $argcheck (keys %arg) { next if exists $_temp_hash{"_" . $argcheck}; croak "An invalid CD attribute given"; } }