Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <config>
    ...
            <report>Dummy2</report>
        </type>
    </config>
    
  2. or download this
    use XML::Simple;
    use Data::Dumper;
    my $lXMLFile = "$ENV{'PWD'}/xmlsample.xml";
    my $Config = XMLin($lXMLFile);
    print Dumper($Config);
    
  3. or download this
    
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    ...
        </type>
    </config>