Help for this page

Select Code to Download


  1. or download this
    my %all_ids = map { $_ => undef } @all_ids;  # note there's multiple w
    +ays to init this hash
    
    ...
    
    # or grep instead of while:
    my @missing_keys = grep( !exists $all_ids{$_}, keys %hash);