Help for this page

Select Code to Download


  1. or download this
    $agent->requests_redirectable( [] );
    
  2. or download this
    $post_response = $agent->click('continue');
    my $status = $agent->status();
    ...
            printf("post_response is %s\n", $post_response->status_line);
          }
    }
    
  3. or download this
    Redirected to /misc/XXXX/processocp.cgi?email=XXXX&back=httpXXXXX&spla
    +sh=X&vskey=XXXX
    post_response is 200 OK
    
  4. or download this
    $post_response->decoded_content()
    
  5. or download this
    <!DOCTYPE html>
    <html>
    ...
    </div>
    </body>
    </html>