in reply to Re: confirming key in xml?
in thread confirming key in xml?

... In fact, this code is actually a good example of some of the issues one has to deal with when using XML::Simple to write XML... did you notice that it changed the name of the root node from Settings to opt? Sure, there are options to fix that, but the previously linked thread is a wonderful example of the corners one can paint oneself into.

Replies are listed 'Best First'.
Re^3: confirming key in xml?
by pme (Monsignor) on Apr 06, 2015 at 22:54 UTC
    Thanks for pointing out the missing 'KeepRoot'.