if ( exists $new->{$TAP}->{$check_field} and (not exists $old->{$TAP}->{$check_field} or $new->{$TAP}->{$check_field} ne $old->{$TAP}->{$check_field}) ) { $hasUpdated = 1; last; }