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