in reply to perl cgi without webserver?

It's not difficult to write a small webserver using HTTP::Daemon or the newerish Net::HTTP (I think that's the name). Jellybean already does something similar. It should work with perl2exe or PAR. Drop me a line if you're interested.

Replies are listed 'Best First'.
Re: Re: perl cgi without webserver?
by bfdi533 (Friar) on Jul 07, 2003 at 02:47 UTC

    I am definitely interested in this. A small webserver that only handles the web form submission and a call to a cgi to parse it would be great. Possibly I could event wrap this all up so it would fit into a floppy even.

    Ed