in reply to Re: keys and values order on a hash
in thread keys and values order on a hash
each() has its own problems, and I generally recommend against it in persistent environments like mod_perl. I once ran across a situation where a mod_perl process didn't reset the internal variable used to keep track of the current location for each() (was a long time ago, so I don't remember the specifics). This resulted in the next request on that process to start the search where the previous one left off instead of the beginning.
"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: keys and values order on a hash
by ikegami (Patriarch) on Jul 11, 2011 at 18:29 UTC | |
by Somni (Friar) on Jul 11, 2011 at 18:50 UTC | |
Re^3: keys and values order on a hash
by BrowserUk (Patriarch) on Jul 11, 2011 at 18:59 UTC |