Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use LWP::Simple;
    ...
    die "Could not get $url!" unless defined $json;
    my $decoded_json = decode_json($json);
    print Dumper($decoded_json);