Help for this page

Select Code to Download


  1. or download this
    my @difference;
    for my $i ( 0 .. $#AoH_all) {
    ...
          }
       }
     }
    
  2. or download this
    my %difference = grep { exists $keep_ids{ $_->{id} } } @AoH_all;
    print Dumper (%difference);
    
  3. or download this
    $VAR1 = 'HASH(0x808bd2c)';
    $VAR2 = undef;