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

I would suggest checking out Dancer or Mojolicious. Both are web frameworks and will have a small lightweight "web server" that you can use to test your code. When you're ready to go live, you can migrate your code to a web server. (Or, if you know for a fact that very few individuals will be accessing the web stuff, you could just use one of the "web servers" that come with the modules instead of using Apache.)

  • Comment on Re: Module for trying out CGI/Apache+Perl