Help for this page

Select Code to Download


  1. or download this
        my $xs = new XML::Simple(keeproot => 1, SuppressEmpty => 1);
    
  2. or download this
        my $xs = new XML::Simple(keeproot => 1, SuppressEmpty => 1, NoSort
    + => 1);
    
  3. or download this
    use strict;
    use XML::Simple;
    ...
    </Request>
    ';