Help for this page
$result = join '&', sort split '&', $result;
my %hash = map { split '=', $_ } split '&', $result;