Help for this page

Select Code to Download


  1. or download this
           my %C = ( d => 1, e => 2);
           $a{C} = \%C;
    ...
               OR just:
    
           $a{C} = { d => 1, e => 2};