use v5.14; my %hash = ('hello', => ['world','there']); print $hash{'hello'}[1];