in reply to Re: Re: Re: Getting information from an array of hashes
in thread Getting information from an array of hashes

The more I look at it, the more it looks like an array of an array of hashes; I'm drawing this conclusion from the output you list from print "@{$diary_data[0]}\n" (i.e., it looks like a hashref).

Whatever it is, Data::Dumper should easily sort it out.

hdp.