in reply to Re: How to exclude certain blocks of an XML file using Perl and XML::Parser
in thread How to exclude certain blocks of an XML file using Perl and XML::Parser

XML::Twig is pure Perl, so you can just stick Twig.pm (from the XML-Twig distribution) somewhere, add a use lib 'somewhere'; in your code, and use it.

  • Comment on Re^2: How to exclude certain blocks of an XML file using Perl and XML::Parser
  • Download Code