Help for this page

Select Code to Download


  1. or download this
    Response.Redirect("display.asp?qid=XXXXXX")
    
  2. or download this
    my $hdrs = new HTTP::Headers('Cookie' => $cookie);
    my $linkinfo = qw(http://www.nottherealsite.com/login.asp?ui=kbeen&pw=
    +pass);
    ...
    my $string = $resp->as_string();
    print $string;  # no redirect in here
    print $body;    #none here either