Help for this page

Select Code to Download


  1. or download this
    my %h = (
              a => 10,
    ...
                       'c'
                     ]
    };
    
  2. or download this
    my %n = reverse %h;
    %n = reverse %n;