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);
and see if the data is correct.

btw, your code is correct (assuming $value is really a hashref).


holli, /regexed monk/