in reply to Re^2: 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.

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
  • Comment on Re^3: Strange problem when deleting certain elements in a XML file using XML::Twig.