Re: simplest of simple web servers

2007-11-07 Thread Octavian Rasnita
r 07, 2007 3:38 AM 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

Re: simplest of simple web servers

2007-11-06 Thread Willy West
> http://search.cpan.org/ > > Cheers! > > --Tom Phoenix > Stonehenge Perl Training > Well of course! *laugh* funny how staring at a book for hours on end addles the brain. http://search.cpan.org/~jesse/HTTP-Server-Simple-0.27/lib/HTTP/Server/Simple.pm seems to have what I want. it will t

Re: simplest of simple web servers

2007-11-06 Thread Jeff Pang
>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 lo

Re: simplest of simple web servers

2007-11-06 Thread Tom Phoenix
On 11/6/07, Willy West <[EMAIL PROTECTED]> wrote: > 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

simplest of simple web servers

2007-11-06 Thread Willy West
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