in reply to Re^2: JSON Structure Questionin thread JSON Structure Question
my %hash = %{ $data }; while (my ($key, $value) = each %hash) { print "$key : $value \n"; [download]