Help for this page
Select Code to Download
Select
or
download this
my %C = ( d => 1, e => 2); $a{C} = \%C; ... OR just: $a{C} = { d => 1, e => 2};