Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        local $Data::Dumper::Useqq = 1;
        print Dumper $tree;
    }
    
  2. or download this
    $VAR1 = {
              'root' => [
    ...
                        "\x{c9}ric"
                      ]
            };
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        local $Data::Dumper::Useqq = 1;
        print Dumper $xml;
    }
    
  4. or download this
    $VAR1 = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n<root>\311ri
    +c</root>\n";
    $VAR1 = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<root>\303\211ric
    +</root>\n";