| [reply] |
CGI is fine. If you know it and you have an FCGI env, there is no reason to avoid it really; though the lightweight suggestions by hippo are probably good. Plack is *far* more lightweight but it's also not appropriate. It's a framework kit and spec, not directly an application development tool.
| [reply] |
In the old days I used CGI.pm, but it was a bit heavy weight, but it became a bad habit. Well it ain't the old days no more :) use CGI.pm, specifically use it through CGI::Fast , nothing else, not even CGI::Simple approaches CGI.pm in terms of CGI -- if Ye olde CGI your goal use the best, use CGI.pm
| [reply] |