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