Help for this page

Select Code to Download


  1. or download this
      my %difference = grep { exists $keep_ids{ $_->{id} } } @AoH_all;
    
  2. or download this
      my @keepers = grep { exists $keep_ids{ $_->{id} } } @AoH_all;