in reply to Converting HOH to a XML not working

foreach my $key ( keys %$hashref ){ print $hashref->{$key}{ProductName}; print $hashref->{$key}{ProductCode}; print $hashref->{$key}{Publisher}; }