Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

JSON::XS and unicode

by kimmel (Scribe)
on Sep 08, 2012 at 19:16 UTC ( [id://992521]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my $pattern_list = decode_json( $wl );
    print Dumper $pattern_list;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    my $pattern_list = decode_json( read_file('test_file2') );
    print Dumper $pattern_list;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    my $pattern_list = decode_json( read_file('t2') );
    print Dumper $pattern_list;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-20 04:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found