in reply to Advice on Efficient Large-scale Web Crawling

LWP adds the IP address of the remote host to the response object as a header.
  • Comment on Re: Advice on Efficient Large-scale Web Crawling

Replies are listed 'Best First'.
Re^2: Advice on Efficient Large-scale Web Crawling
by Kanji (Parson) on Dec 19, 2005 at 13:59 UTC
Re^2: Advice on Efficient Large-scale Web Crawling
by Anonymous Monk on Dec 19, 2005 at 13:58 UTC
    LWP adds the IP address of the remote host to the response object as a header.
    That is so helpful. Thank you. :-)