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

Hi, Sorry, forgot to mention that the DATES in the outputs are $first keys. Updated the print statements in the original code.

Replies are listed 'Best First'.
Re^9: Lost hash values
by stephen_isa (Initiate) on May 16, 2005 at 23:31 UTC
    Solved the problem with the statement below, in the $x=~/2005 loop:
    if(!defined $save{$first}){ $save{$first}=undef;}
    Thanks Transient, for your time.