Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    
    <Etailer_Catalog_xml>
    ...
      </product>
      
    </Etailer_Catalog_xml>
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
      print $elt->text;    # print the text (including sub-element texts)
      $t->purge;           # frees the memory
    }
    
  3. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
      
      $t->purge;           # frees the memory
    }