Help for this page

Select Code to Download


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