in reply to Re^4: Lost hash values
in thread Lost hash values

Your last two key values in that sample are identical.

Replies are listed 'Best First'.
Re^6: Lost hash values
by stephen_isa (Initiate) on May 16, 2005 at 22:27 UTC
    Here is the first hash printout, notice a few duplicate ping times, but the final hash printout is missing the key itself(not just the duplicate values):

    Edit by castaway - added readmore tags

      Try printing the $first key as well as the value. Then you will be able to verify what keys you are storing the values against.
        Hi, Sorry, forgot to mention that the DATES in the outputs are $first keys. Updated the print statements in the original code.