$ua->post( $url, $field_name => $value,... Content => $content ) #### $req = $ua->post( $myurl, @netscape_like_headers, 'Content-Type' => 'application/json; charset=utf-8', 'Content' => $postcontent, );