Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use JSON::XS;
    ...
    my $json = get $url;
    my $data = decode_json $json;
    print $data->{success}, "\n";