Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    my $xs = XML::Simple->new( ForceArray => 1, KeepRoot => 1, NoAttr => 1
    +, KeyAttr => [] );
    ...
            }
        };
    
  2. or download this
    <Things>
        <Thing>
    ...
            </AdditionalInfo>
        </Thing>
    </Things>