in reply to Re: each() function used in associative arrays gives incorrect unordered output.
in thread each() function used in associative arrays gives incorrect unordered output.

I don't know if "array" in "associative array" implies order, but the name "associative array" was used in perl 4. Ever since the introduction of perl 5, the thing's called "hash". (Correct me if I'm wrong)

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

  • Comment on Re: Re: each() function used in associative arrays gives incorrect unordered output.
  • Download Code