Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $j = decode_json($_);
    print "ok\n";
    print "keys are: ".join("\n",keys(%$j))."\n";