in reply to Re: Get the order of HTTP request headers
in thread Get the order of HTTP request headers
Perl's %ENV hash is randomized.
First, the order of values returned by hashes isn't random, at least not in any formal sense of the word. There's definitely no attempt to make them random as implied by saying the order is "randomized".
Second, %ENV is magical. It's not really a hash (although it might use one), so the properties of hash don't necessarily apply.
This is just a nit as your point stands without the quoted bit.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Get the order of HTTP request headers
by WizardOfUz (Friar) on May 06, 2010 at 10:37 UTC | |
by ikegami (Patriarch) on May 06, 2010 at 17:00 UTC | |
by WizardOfUz (Friar) on May 06, 2010 at 18:32 UTC | |
by ikegami (Patriarch) on May 06, 2010 at 18:58 UTC | |
by WizardOfUz (Friar) on May 06, 2010 at 19:19 UTC | |
| |
Re^3: Get the order of HTTP request headers
by Haarg (Priest) on May 06, 2010 at 16:20 UTC |