Help for this page

Select Code to Download


  1. or download this
    <products>
        <product>
    ...
            </categories>
         </product>
    <products>
    
  2. or download this
    $VAR1 = {
              'Vegetables' => {
    ...
                            'id' => '445720'
                               }
            };
    
  3. or download this
    
    foreach my $part ($dom->findnodes('/products/product')) {
    ...
                                
        }
    }