in reply to Module for trying out CGI/Apache+Perl

If it's only a few lines that do some simple, trivial things and don't need to be accessed several hundred times per second, then just plain old CGI(::Application) will work just fine, too.
In this case, Apache is overkill, and a server such as thttpd can work just fine.

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."
  • Comment on Re: Module for trying out CGI/Apache+Perl