%hash = (foo => ["bar", "foobar"]); $hashref = \%hash; print ref($hashref->{foo}) . "\n";