Help for this page

Select Code to Download


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