http://www.perlmonks.org?node_id=477196


in reply to Re: Normalizing URLs
in thread Normalizing URLs

You can't expect a module called 'URI' to normalize CGI parameters. http://foo.com/bar?a=b&c=d and http://foo.com/bar?c=d&a=b are two different URIs. The fact the two different URIs are treated the same by the receiving server is outside of the URI realm.