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/hash.pl

#!/usr/bin/perl
use warnings;
use strict;
use JSON::Parse ':all';
my $perl = parse_json ('{"a":1, "b":2}');
print ref $perl, "\n";