|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
Re: Why oh why is working with XML so bloomin' difficult in Perl?by gube (Parson) |
| on Jan 18, 2009 at 14:41 UTC ( [id://737156]=note: print w/replies, xml ) | Need Help?? |
|
Hi,
You can use XML::Simple as well. XML::Simple->new( KeepRoot => 1, KeyAttr => 1, ForceArray => 1 ); This will gives everything array of hashes.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||