in reply to Re: random behaviour of perl hashes
in thread random behaviour of perl hashes

i.e. running a perl program twice will probly not give the same order.

s/probly not/almost always/, actually. But the "almost" is the important part. (: Don't rely on the order not changing, but you'll be even more disappointed if you try to rely on the order not staying the same.

- tye        

  • Comment on Re^2: random behaviour of perl hashes (rarely)