Help for this page

Select Code to Download


  1. or download this
    my %no_matches;
    
    foreach my $key (keys %HoL_compare_pub) {
      push @{$no_matches{$key}}, $HoL_compare_pub{$key}
        unless exists $HoL_pub{$key};
    }