On Thu, 29 Mar 2001 14:53:39 -0700, James Reynolds wrote:

>Does anyone know of a perl webserver?  I read in "Perl in a Nutshell" 
>that it is possible.  Has it been done?

Do not even attempt it on a Mac. On a Unixy system, like Linux or *BSD,
it's pretty well possible. There are even a few CPAN modules that
implement one: HTTP::Daemon. Randal Schwartz makes extensive of it in
his WebTechniques columns.

But I wholeheartedly agree with Jeff Lowrey: you want a CGI
script/suite, not a web server. You can think of a CGI script as a
(narrow minded) web server extension.

-- 
        Bart.

Reply via email to