Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    # $xml = encode('iso-8859-1', $xml);   (doesn't fix the problem)
    my $data = XMLin($xml);
    print pre(Dump($data)), end_html;
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    ...
                                                                          
    +                        ^
     at /usr/lib/perl5/XML/LibXML/SAX/Parser.pm line 31