Help for this page

Select Code to Download


  1. or download this
    sub get_key { join '', sort $_[0] =~ /./g }
    
    ...
    BA
    BA
    CA
    
  2. or download this
    $VAR1 = {
              'AC' => 3,
              'AB' => 6
            };
    
  3. or download this
    sub get_key { join '', sort $_[0] =~ /./g }
    
    ...
    BA
    BA
    CA