in reply to Re^2: Efficient Data Comparison
in thread Efficient Data Comparison

It isn't necessary to keep a separate hash variable. That's your choice. They can be in one hash ref, e.g. $href->{'01/01/2005'}->{"variable1"} = $val1 or $href->{'01/30/2005'}->{"variable2"} = $val2

-imran