in reply to Simple command line web server for running cgis.

Just checking: you know you can simply run CGI scripts from the command line, right? See the CGI.pm documentation on -debug.

Otherwise, you could also roll your own with HTTP::Daemon — it's not very complicated if you just need something quick and dirty for testing.

Makeshifts last the longest.

  • Comment on Re: Simple command line web server for running cgis.

Replies are listed 'Best First'.
Re^2: Simple command line web server for running cgis.
by EvdB (Deacon) on Aug 24, 2004 at 08:34 UTC
    I knew about -debug in CGI.

    What I want is to fire up a collection of scripts so that they behave (and interact) as they would on a proper web server without setting up the proper webserver. I shall see if I can't roll my own using HTTP::Daemon.

    --tidiness is the memory loss of environmental mnemonics