in reply to IO::Socket server

If your goal is to create a working mini-web-server, have you considered HTTP::Daemon? If your goal is to see how one works, have you considered staring at the source code to see how it is done?

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re: •Re: IO::Socket server
by JoeJaz (Monk) on Sep 08, 2003 at 03:04 UTC
    That looks like an excellent resource. I should have known that there would be a perl module for such a thing. Thanks for your post!