On Sat, Feb 28, 2009 at 07:13, Chas. Owens <chas.ow...@gmail.com> 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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/