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