in reply to XML::Simple, but not for me
You want to use ForceArray => [qw(make)] when constructing your XML::Simple object. Otherwise, XML::Simple will guess from the single appearance of the (only) make element that it can only appear once.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple, but not for me
by dalgetty (Acolyte) on May 01, 2007 at 15:27 UTC |