Help for this page

Select Code to Download


  1. or download this
    my $sender = $cgi->param('sender');
    my $nums = $cgi->param('nums');
    ...
    });
    
    $res = $response->{'content'};
    
  2. or download this
     
    curl -X "POST" http://link -H 'username: tttt' -H 'password: ttt' -H "
    +Content-Type: application/json" -d '{"to": "444444","from":"Reach","m
    +essage":"cURL Message"}'