in reply to IO::Socket server

Hi JoeJaz.

Writing your own web server is an enjoyable (and popular) project. I have taken the liberty of including a link to an introductory article that you might enjoy. Good luck with everything.

http://www.perl.com/lpt/a/2002/09/17/ewispp.html

If you have any questions regarding it's development, don't hesitate to ask.

Thanks,

-Katie

Replies are listed 'Best First'.
Re: Re: IO::Socket server
by JoeJaz (Monk) on Sep 08, 2003 at 03:09 UTC
    WOW! This is exactly what I need to get a better grasp of some of the finer points of header information. It sure beats sniffing my own web requests and speculating as to what the meaning of some of this information! :-) Thanks for your help.