in reply to How to execute external script from CGI

If you are using CGI consider the alternatives. I find thatMojolicious makes it easy to do the right thing. A route that runs the code you have in your external script and renders the output in the browser would be trivial, given you already have the code.

  • Comment on Re: How to execute external script from CGI