in reply to
Re: Re: Hash Array Help
in thread
Hash Array Help
Now that you are using hash references in your array (I assume), you must de-reference them when you use them. If your foreach loop variable is $hash, you must access the hash itself via %$hash
buckaduck
Comment on
Re: Re: Re: Hash Array Help
In Section
Seekers of Perl Wisdom