Help for this page
my %value_hash = (); foreach my $value (@array) { $value_hash{$value} = 1; ... push @missing, $value; } }