in reply to Re^3: random behaviour of perl hashes
in thread random behaviour of perl hashes
The default behaviour is to randomise unless the PERL_HASH_SEED is set. If Perl has been compiled with "-DUSE_HASH_SEED_EXPLICIT", the default behaviour is not to randomise unless the PERL_HASH_SEED is set.
perhaps ActiveState Perl is compiled with -DUSE_HASH_SEED_EXPLICIT ?
might tell you whether that is the case.perl -V
Liz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: random behaviour of perl hashes
by swampyankee (Parson) on Aug 28, 2006 at 21:13 UTC |