in reply to Re: array of hashes question
in thread array of hashes question

Is there anything wrong with this for loop for accessing %{$a[0]}: for my $key (keys %{$a[0]}) { I think this is the issue. I see it does not even go in this loop if i use this.