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

Crossposted at StackOverflow. It is considered polite to inform about crossposting so hackers not attending both sites do not waste their efforts solving a problem already sorted out at the other end of the Internets.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re: Strange problem when deleting certain elements in a XML file using XML::Twig.

Replies are listed 'Best First'.
Re^2: Strange problem when deleting certain elements in a XML file using XML::Twig.
by Dasen (Initiate) on Aug 08, 2013 at 10:32 UTC
    Sorry, I wasn't aware of that, I'll edit the post. Dasen
      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