webdev
09-06-2009, 08:51 PM
I have been using this code: while (($key, $value) = each (%hash)) To iterate through a hash. However, the order of the keys that it retrieves are exactly the same each time i run the script. I looked to google for answers and found the following bug report...