%stats = ( 'Name' => 'Anna Kathryn Yocom', 'Sex ' => 'Female', 'Date' => 'April 3, 2001', 'Time' => '02:23' ); print map("$_ : $stats{$_}\n",keys %stats); # Ideally, she would have been born at 8:16 on April 2nd, # so her YY-MM-DD-HH-MM timestamp would be 01-02-04-08-16, # but her mother seemed to disagree. :-)