question on Perl determinism with hash keys



All:

If I populate a %hash within a Perl program, is there any guarantee that
from run to run of the same Perl program the keys(%hash) function will
return identical sets of keys?

thanks for any insights on this,
Gavin

.



Relevant Pages

  • RE: question on Perl determinism with hash keys
    ... Any idea on the relative performance of a hash tied to IxHash vs. a ... vanilla hash? ... question on Perl determinism with hash keys ... If I populate a %hash within a Perl program, ...
    (perl.beginners)
  • non-determinate program execution in perl
    ... I have a perl program that runs every hour that scans a POP3 maildrop. ... About once every other day the program fails and I get this error: ... It appears to me that the hash isn't being properly initialized. ... Here is the code that initializes the hash. ...
    (Debian-User)
  • Re: Can you tell me how to change from regular Perl to Mod_perl
    ... Hash: SHA1 ... > then all my old perl program can work with mod_perl? ... =rSyG ...
    (comp.lang.perl.misc)
  • Re: Store Object Class in DBM Hash
    ... simplicities sake I created a small perl program to demonstrate what I ... sub docno ... If I run this program with the DBM hash it returns "Can't locate ...
    (comp.lang.perl.misc)