Help for this page

Select Code to Download


  1. or download this
    for my $dead ($d->findnodes(q{/category/subcategory/product[product_id
    + = $prod]}))
    
  2. or download this
    my $xPath = '/category/subcategory/product[product_id = ' . $prod . ']
    +';
    for my $dead ($d->findnodes($xPath))