Help for this page

Select Code to Download


  1. or download this
    my $decodedJSON = decode_json($curl) or die "this is not JSON\n";
    if (is_hashref($decodedJSON)) {
    ...
            }
        }
    }