my $type = ${ $hash{$key}{$valname} }[1]; # individual value my @array = @{ $hash{$key}{$valname} }; # all values