Unless you have a very compelling reason to stick with IO::Socket modules, have a look at HTTP::Daemon in the LWP Bundle. I moved to that and things are much, much easier.
If you're supremely curious, have a look at some example code for how we've set things up. | [reply] |
A couple of things;
1. Could you post some of your code
2. What version of perl are you running
3. Is your copy of Socket.pm corrupt, and what version are you running
4. What are you using to send http requests
5. Are you sending the requests from the same box or another box
P.S. Please use a more descriptive title.
| [reply] |