Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    
    ...
    </table></form>
    </body>
    </html>
    
  2. or download this
        my $req = new HTTP::Request('POST', $url, $hdrs);
        $req->content_type("application/x-www-form-urlencoded");
        $req->content("nickname=JohnSmith&password=test");