$$hashReference{orderID} eq $hash{orderID} is true $$hashReference{title} eq $hash{title} is true #### if ($seen{$$hashReference{orderID},$$hashReference{title}}) { ... #### if ($seen{$hash{orderID},$hash{title}}) { ...