Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

JSON, Data::Dumper and accented chars in utf-8

by silentius (Monk)
on Jan 21, 2012 at 20:39 UTC ( [id://949179]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ($line = <IN>) {
        $strut = from_json($line);
        print Dumper($strut) . "\n";
    }
    
  2. or download this
    "Partic\x{c3}\x{ad}pio Passado" => [
                                         'abasinado'
                                       ],
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://949179]
Approved by ikegami
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 16:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found