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