View Single Post
Old 04-10-2005, 09:20 PM  
Wilbo
Confirmed User
 
Wilbo's Avatar
 
Join Date: Mar 2001
Location: Baltimore
Posts: 2,082
OK, I edited it to this:

my $headers = new HTTP::Headers(
Accept => "image/*",
Referer => "$referrer",
Connection => "Keep-Alive",
timeout => "120"
);

and that seemed to do the trick :-)

Thanks!
Wilbo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote