Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'Product' => {
    ...
                                  }
                         }
            };
    
  2. or download this
    my $sw = $xmldoc->{'Catalog'}->{'Products'};
    my %sw = %{ $sw->{'Product'}};
    ...
            The swUniqueKey is: $swUniqueKey\n
            ***************\n";
    };