How to do a Perl program that contains an array and that array points a hash?
It is like this pictorially,
(M1) (M2) ...it goes on
|--k1=>v1 |--K1=>v1
|--k2=>v2 |--k2=>v2
I should access that array M1
, then the hash it contains inside. (and so on)...