in reply to merge duplicate values in hash
What purpose does $hash{$seq++}= ... serve? Please explain this in your own words.
Maybe you can think about how a hash basically maps a "name" (for example, a bin) to a value (for example, the current count).
|
|---|