in reply to Re: XML::Simple and Adding Nested Elements
in thread XML::Simple and Adding Nested Elements
...with square brackets.my $xs = XML::Simple->new( ForceArray => 1, KeepRoot => 1, NoAttr => 1 +, KeyAttr => []);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::Simple and Adding Nested Elements
by psini (Deacon) on May 21, 2008 at 13:16 UTC |