in reply to Re: XML::Simple XMLout
in thread XML::Simple XMLout

It works fine! Thx! ps: I actually use XML::Simple just because I don't want to manage to many dependencies.

Replies are listed 'Best First'.
Re^3: XML::Simple XMLout
by Anonymous Monk on Dec 19, 2014 at 15:47 UTC

    Well ok, but don't be surprised if it breaks when your data structure changes slightly, XML::Simple gets upgraded, etc. ... you've been warned ;-)

    Plus, plenty of other XML modules have about the same amount of dependencies as XML::Simple, so I don't see that as a good reason not to switch to a more powerful XML module.