in reply to Re: How to access Hash of hashes with multi-dimensional Array
in thread How to access Hash of hashes with multi-dimensional Array
Thanks it did work but I want to use each element of array separately. like for example
how do I do that? I looked at the debugger option suggested by Tom. it did help but I am not able to write it in perl.$temp{$hash}[0][1]
and what will -> do in this code? my $array = $hash->{$key2};
ThanksP
|
|---|