in reply to Getting information from an array of hashes
This resolves the pointer/reference and "enters" the array into the hash as key/value pairs. Then your print statements will work fine. Also, be sure to use strict;, use warnings;, and use diagnostics; for better error-reporting, though I'm not sure if you've already throw those in.@{$diary_data[0]};
Update: Ovid's node is probably right, now that I reread your statement "returns array of hashes".
Update2: AgentM wins! Fatality!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Getting information from an array of hashes
by chumley (Sexton) on Apr 25, 2001 at 23:38 UTC | |
by AgentM (Curate) on Apr 25, 2001 at 23:46 UTC |