my %list = { 'lang' => 'de' }; my $listref = \%list; print $listref->{'lang'};