in reply to Re: Strange problem when deleting certain elements in a XML file using XML::Twig.
in thread SOLVED-X-Post from StackOverflow->Strange problem when deleting certain elements in a XML file using XML::Twig.

Sorry, I wasn't aware of that, I'll edit the post. Dasen
  • Comment on Re^2: Strange problem when deleting certain elements in a XML file using XML::Twig.

Replies are listed 'Best First'.
Re^3: Strange problem when deleting certain elements in a XML file using XML::Twig.
by Dasen (Initiate) on Aug 08, 2013 at 11:01 UTC
    I've solved it !!!! I changed "$twig->flush($out)" to "$tu->flush($out)" and put it in the else statement of the if clause. Thanks anyway guys! Dasen