Help for this page

Select Code to Download


  1. or download this
      print $req->as_string();
  2. or download this
      use HTTP::Request::Common qw(POST);
    
      $req = POST 'https://asite.com:443/adir/create_user.cgi', [
    ...
            ];
    
      print $req->as_string();