Help for this page

Select Code to Download


  1. or download this
    push(@{$occurrences{$ID}}, "$term1");
    push(@{$occurrences{$ID}}, "$term2");
    
  2. or download this
    foreach (keys (%occurrences)) {
      (@occurrences) = @{$occurrences{$_}}[
      # Do the code you posted...
    } # end-foreach