Help for this page
Select Code to Download
Select
or
download this
my %list = ( 'lang' => 'de' ); my $listref = \%list;
Select
or
download this
my $listref = { 'lang' => 'de' };