in reply to Re^2: Count array element in HASH of ARRAYS
in thread Count array element in HASH of ARRAYS
So I think that you should really not neglect stevieb's useful comment (in post Re: Count array element in HASH of ARRAYS) that it might be better to build in the first place a data structure making your requirement easier to implement. It may or may not be possible in your specific case, but if there is a way of building something like %containers in the first place, then you are in a much easier solution.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Count array element in HASH of ARRAYS
by stm (Initiate) on Jul 20, 2015 at 17:46 UTC |