in reply to Re^5: Building an array of hashes, and then sorting keys with each hash
in thread Building an array of hashes, and then sorting keys with each hash

Hi,

I have run the code in your last post and it doesn't give any output or error messages in the end. But when I put a "print" statement after the 6th line, it did print the IDs.

It seems the part of the code after that line is missing something and I have been trying to figure it out.
  • Comment on Re^6: Building an array of hashes, and then sorting keys with each hash

Replies are listed 'Best First'.
Re^7: Building an array of hashes, and then sorting keys with each hash
by ikegami (Patriarch) on Jan 03, 2010 at 22:46 UTC
    It's impossible for it to reach line 6 and print nothing.
      did you try running it? The only output I see here is the list of IDs and thats when you print at about the 6th line
        Yes, I ran it. Not only does it work fine, the results you report are impossible.