in reply to Offline alternatives to Apache for CGI testing

I haven't tried this myself, but were I to do so, I might start with Plack::Handler::CGI to wrap the script and Plack::Test to write some automated tests. If you haven't used Plack before, the learning curve takes some time to navigate, but it may pay off quickly as it lets you migrate from standalone CGI files to more modular libraries.

  • Comment on Re: Offline alternatives to Apache for CGI testing