Help for this page

Select Code to Download


  1. or download this
    my %a = (
      k1 => 1,
    ...
      },
    );
    my %c = (%a,%b);
    
  2. or download this
    %c = (
       'k1' => 5
    ...
           'kk4' => 4
       },
    );