I have run through several different scenarios with this particular piece of code and each time I get the same error "Cannot coerce hash into array" Can someone give me an outside perspective, I am just trying to compare a certain value from each key to a set variable:
foreach $currentkey (keys %temp_dcr) {
if ("$temp_dcr{$currentkey}{RightNavLaunchDate}" le $today) {