Re: question on Perl determinism with hash keys



Gavin Bowlby wrote:
All:

Hello,

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?

Can I assume that you are worried about the order of the keys? Do you want
the keys in a specific order?

perldoc Tie::IxHash


John
--
use Perl;
program
fulfillment
.



Relevant Pages

  • Re: "ndbm store" error on Solaris
    ... >message that cause my perl program to exit abnormally: ... The ndbm database interface has arbitrary limits that cause errors ... of EFBIG or ENOSPC when too many keys hash to the same bucket. ... the internal block size. ...
    (comp.unix.solaris)
  • RE: question on Perl determinism with hash keys
    ... Why do you need the keys function to return the keys in ... question on Perl determinism with hash keys ... Perl program that are changing at a high rate, ...
    (perl.beginners)
  • RE: question on Perl determinism with hash keys
    ... If you know what the keys are going to be ahead of time that might work ... question on Perl determinism with hash keys ... If I populate a %hash within a Perl program, ...
    (perl.beginners)