in reply to
Trouble getting data out of a hash
If your code worked before and you didn't change anything, the problem is most likely with your data. try
use Data::Dumper; print Dumper($value);
[download]
and see if the data is correct.
btw, your code is correct (assuming $value is really a hashref).
holli,
/regexed monk/
Comment on
Re: Trouble getting data out of a hash
Download
Code
In Section
Seekers of Perl Wisdom