in reply to array holding reference of hash and another array
For example to get the keys of the hash, use:
my @keys = keys %{ $arr[1] }; [download]