Help for this page

Select Code to Download


  1. or download this
    my $request = POST($url, Content_Type=>'application/json',
        Content => encode_json($data) );
    my $response = $ua->request($request);