in reply to Re: Extract XML data using xml :: simple
in thread Extract XML data using xml :: simple

This XML:Twig module is not present in our environment..so can anyone help with XMl:SIMPLE
  • Comment on Re^2: Extract XML data using xml :: simple

Replies are listed 'Best First'.
Re^3: Extract XML data using xml :: simple
by Corion (Patriarch) on Oct 01, 2015 at 11:43 UTC

    What Perl code have you written already to accomplish your task using XML::Simple? Mostly, you will need to take special note of the ForceArray argument and ideally force every element in your XML into an array.