in reply to Need to process a XML file through Perl

Currently I am planning to process the above requirement using simple Perl regex.

Parsing XML is hard, use XML::Twig, XML::LibXML,...

  • Comment on Re: Need to process a XML file through Perl