my $var = {'one', 'two', 'red', 'blue'}->{'fish'}; #### my %hash = (one => 'two', red => 'blue'); my $hash_ref = \%hash; my $var = $hash_ref->{fish};