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