1234
my %hash = ( 'key' => [\%foobar, 1]);my $hashref = \$hash{key};
my $hashref = exists $hash{key} : $hash{key} : undef;