in reply to Confusion ,XML::SIMPLE with DATA:DUMPER

I agree with Joost above, so I will therefore not restate his suggestion on using XML::Twig. However, if you are bent (for one reason or another) on using XML::Simple, then you need to look into the "ForceArray => 1" config item:
my $config = XMLin('test.xml', ForceArray => 1);

Replies are listed 'Best First'.
Re^2: Confusion ,XML::SIMPLE with DATA:DUMPER
by ultibuzz (Monk) on Nov 20, 2006 at 19:57 UTC

    i tryed it with forcearray but it looks nearly the same so i quit using force array