in reply to Re^2: grep in hash of array
in thread grep in hash of array
Of course it is possible to find this out without using any module, because even modules are written in Perl.
So, if you want to do this the hard way, you best start learning about data structures via perlreftut and perldsc. Then take a look at Data::Diver and its code. That's it.
|
|---|