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
    + );
    ...
    
    my $xml = $xs->XMLout($data);
    print $xml;
    
  2. or download this
    <Things>
        <Thing>
    ...
            </Details>
        </Thing>
    </Things>
    
  3. or download this
    <Things>
        <Thing>
    ...
            </Details>
        </Thing>
    </Things>