Help for this page

Select Code to Download


  1. or download this
    my $data3;
    $data3->{"num"} = "3";
    my $addr = $data3->{"num"} + 7;
    my $body3 = $json->encode($data3);
    print $body3;
    
  2. or download this
    {
       "num" : "3"
    }