Help for this page

Select Code to Download


  1. or download this
    $result = join '&', sort split '&', $result;
    
  2. or download this
    my %hash = map { split '=', $_ } split '&', $result;