$counts{$n{'Rep'}}{$n{'Item'}} += $n{'Qty'}; #### @keys = ('Rep','Item','Whatever'); #### $counts{$n{'Rep'}}{$n{'Item'}}{$n{'Whatever'}} += $n{'Qty'};
## @keys = ('Rep','Item','Whatever'); ##
## $counts{$n{'Rep'}}{$n{'Item'}}{$n{'Whatever'}} += $n{'Qty'};