$hash{$date} = {}; #### $hash{$date}->{key} = value; #### if (exists $hash{$date}) {...}
## $hash{$date}->{key} = value; ##
## if (exists $hash{$date}) {...}