Help for this page

Select Code to Download


  1. or download this
                    if($_ =~ /^Product\sname:\s(\w.*)/) {
                            $product[$prodCount] =$1;
    ...
        }
    }
    
  2. or download this
    $product[$x] is the Product Name
    $product[$x][$y] is the products option list(color, size etc)
    
  3. or download this
    Can't use string ("Promo - Product ID 1
    ") as an ARRAY ref while "strict refs" in use at modules/productParser
    + line 77.
    
  4. or download this
    Line 77 is $product[$prodCount][$optionPos] = $1;