my @sorted_keys = sort { $hash{$a}->{oid} cmp $hash{$b}->{oid} } keys %hash;