Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

robot needs to except cookies

Status
Not open for further replies.

luciddream

Programmer
Nov 8, 2000
712
US
hello.

i need to have my robot except cookies from sites its searching... if anyone can think of a way to do this, i'd be greatly appreciative for any info. as of the moment i'm using HTTP::Request, but, i'm willing to use anything
to accomplish this.
 
never mind my post... i seemed to have overlooked the HTTP::Cookies module.
 
now, along the same lines... i'm having a problem with POSTing data using HTTP::Request..

for example:

$request = HTTP::Request->new(POST => '"$request->content('recipient=adam@aauser.com&name=adamschuster');
$request->content_type('application/x-$response = $ua->request($request);
$res = $response->content;
print $res;

seems to do nothing.. it prints nothing, the script i'm posting to doesn't seem to do anything, nothing seems to happen.

anybody see anything i'm overlooking?
 
nevermind i'm being a retard again. i had a " where i didnt want one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top