- or download this
$$hashReference{orderID} eq $hash{orderID} is true
$$hashReference{title} eq $hash{title} is true
- or download this
if ($seen{$$hashReference{orderID},$$hashReference{title}}) { ...
- or download this
if ($seen{$hash{orderID},$hash{title}}) { ...