- or download this
if($_ =~ /^Product\sname:\s(\w.*)/) {
$product[$prodCount] =$1;
...
}
}
- or download this
$product[$x] is the Product Name
$product[$x][$y] is the products option list(color, size etc)
- 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.
- or download this
Line 77 is $product[$prodCount][$optionPos] = $1;