Writting a webserver by yourself is not so easy I have to say.
You must know well about http protocal handling and http connection status.
Lincoln Stein has made a simple web server in his book "network programming 
with perl", you may take that as a reference.


-----Original Message-----
>From: Willy West <[EMAIL PROTECTED]>
>Sent: Nov 7, 2007 9:38 AM
>To: beginners@perl.org
>Subject: simplest of simple web servers
>
>just the simplest webserver one can imagine.
>
>I made a POE web server a long time ago and it was fun.  I've long
>since lost that code.
>
>Anyway, I'd like to make a perl webserver as simply as possible so
>that I can play with dynamic web pages without configuring apache
>everywhere I go..  actually a webserver in a USB key would be fun :)
>
>I figured that I'd come here to see which directions I could go to
>start off and where I should avoid going.
>
>  thank you much
>
>-- 
>Willy
>
>-- 
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>http://learn.perl.org/
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to