Help for this page

Select Code to Download


  1. or download this
        use XML::Simple;
    
    ...
        my $xmlout = XMLout($data, NoAttr => 1, RootName => undef, Suppres
    +sEmpty => 0);
        $xml = '<xml version="1.0" encoding="UTF-8">' . "\n$xmlout</xml>";
        }
    
  2. or download this
    Use of uninitialized value at /[path/to]/Data.pm line 205.
    Use of uninitialized value at /[path/to]/Data.pm line 205.
    Use of uninitialized value at /[path/to]/Data.pm line 205.
    [...]