Re: question on Perl determinism with hash keys
- From: krahnj@xxxxxxxxx (John W. Krahn)
- Date: Tue, 16 May 2006 17:38:34 -0700
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
.
- References:
- question on Perl determinism with hash keys
- From: Gavin Bowlby
- question on Perl determinism with hash keys
- Prev by Date: RE: question on Perl determinism with hash keys
- Next by Date: RE: question on Perl determinism with hash keys
- Previous by thread: question on Perl determinism with hash keys
- Next by thread: RE: question on Perl determinism with hash keys
- Index(es):
Relevant Pages
|
|