Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: utf8 && XML::Simple

by Trace On (Novice)
on Apr 16, 2015 at 07:45 UTC ( [id://1123592]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use XML::Simple;
    use Data::Dumper;
    ...
    
    print "data: ".$data->{'tag'}."\n";
    print Dumper $data;
    
  2. or download this
    input:
    <?xml version="1.0" encoding="UTF-8" ?>
    <tag>û</tag>
    ...
    $VAR1 = {
              'tag' => "\x{fb}"
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1123592]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-29 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found