in reply to Re^2: Counting unique instances from Array Sort: explanation needed
in thread Counting unique instances from Array Sort
Why would the value of that first key get incremented?is that incrementation (and post-incrementation at that, which is the other key to figuring out the idiom) happens because it is always explicitly applied to the value of the current key of the %counts hash; there is nothing whatsoever conditional about the incrementation.
|
|---|