in reply to Multiple XML files from Directory to One XML file using perl.

But How can I Add all XML files data into one xml file without repeating same data.

Keep track of duplicates, see uniq in perlfaq4

  • Comment on Re: Multiple XML files from Directory to One XML file using perl.