my %hash = { ... original data ... }; my %tmp = map{ ( $_, exists $hash{ $_ } ? $hash{ $_ } : 999 ) } @mips;