in reply to Checking page existance
In this case the best way is to use socket directly, and I don't know why you want to exclude it ;-) This is not to reinvent the wheel, as you want something that no existing module delivers directly (at least to your knowledge and mine).
Any way, the easiest way is to use socket, and you don't need to waste much bandwidth. Even don't bother to use HEAD request, just send a GET request, reading the first several bytes back to get the response code, closing the socket, and going to check next link.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Checking page existance
by PodMaster (Abbot) on Nov 03, 2003 at 08:22 UTC | |
|
Re: Re: Checking page existance
by Nygeve (Acolyte) on Nov 03, 2003 at 04:34 UTC |