![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Stop using XML::Simple; it's not an appropriate module for your task - even the XML::Simple documentation tells you that. In my experience, XML::LibXML is the best general-purpose XML module for Perl.
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
In reply to Re: Sort xml nodes by schema
by tobyink
|
|