Help for this page
my $simple = XML::Simple->new( KeepRoot=>1, #I usually keep the root. KeyAttr=>[], #do not use attributes as h +ash keys ForceArray => 1 #force array wrapping to + keep order );
print "2", Dumper( $tree->{project}{'PlayGround'} ) ; # want this + all the time.