Help for this page

Select Code to Download


  1. or download this
    $XML::Simple::PREFERRED_PARSER = 'XML::Parser';
    
  2. or download this
    $ENV{XML_SIMPLE_PREFERRED_PARSER} = 'XML::Parser';
    
  3. or download this
    use XML::Simple qw( XMLin );
    
    ...
    }
    
    my $xml = parse_xml(...);