in reply to Hash ordering
Mainly due to security reasons, the "random ordering" of hashes has been made even more random. Previously while the order of hash elements from keys(), values(), and each() was essentially random, it was still repeatable. Now, however, the order varies between different runs of Perl.Perl has never guaranteed any ordering of the hash keys, and the ordering has already changed several times during the lifetime of Perl 5. Also, the ordering of hash keys has always been, and continues to be, affected by the insertion order.
- Perl 5.8.1-RC4 release notes, emphasis in original
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hash ordering
by haukex (Archbishop) on Apr 14, 2020 at 10:29 UTC |