Help for this page

Select Code to Download


  1. or download this
    if(/Title:(.+)/){
        next RECORD if $seen{$hash{orderID}}{$1};
        $seen{$hash{orderID}}{$1}++;
        $hash{title} = $1;
    }
    
  2. or download this
    $hash{OrderID}{title}
    
  3. or download this
    $hash{orderID}        = $1 if !defined $hash{orderID} and /Order ID:(\
    +S+)/;