Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-JSON-Parse/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-JSON-Parse/examples/sasori.pl

#!/usr/bin/perl
use warnings;
use strict;
use JSON::Parse ':all';
# The scalar $sasori looks like Unicode to Perl
use utf8;
my $sasori = '["蠍"]';
my $p = parse_json ($sasori);
print utf8::is_utf8 ($p->[0]);
# Prints 1.