Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <config>
    ...
            <extension>txt</extension>
        </item>
    </config>
    
  2. or download this
    Type of argument to keys on reference must be unblessed hashref or arr
    +ayref at test.pl line 13.
    
  3. or download this
    use XML::Simple qw(:strict);
    $config = XMLin('config.xml', KeyAttr => { server => 'name' }, ForceAr
    +ray => [ 'server', 'address' ]);