|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: Very simple XML::Simple problemby jacaril (Beadle) |
| on Nov 07, 2012 at 16:25 UTC ( #1002690=note: print w/ replies, xml ) | Need Help?? |
|
opts is the default root name, setting RootName to undefined should solve your issue. my $xml = XMLout(\%xml_hash, RootName => undef);
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||