On Sat, Feb 28, 2009 at 07:13, Chas. Owens <[email protected]> wrote:
snip
> Depends on your version of Perl. Perl prior to 5.8.1 the order of a
> set of keys in a hash was always the same (but unordered).
snip
This should read:
Perl prior to 5.8.1 the order of a set of keys in a hash was
always the same (but unordered) for a given version of Perl.
Some versions of Perl use different hash functions, and therefore have
different orderings.
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/