Help for this page
my %list = { 'lang' => 'de' }; my $listref = \%list; print $listref->{'lang'};
Not a HASH reference at ...