Hi Rajeev,

On 03/07/11 22:48, Rajeev Prasad wrote:
I am new to perl CGI, with so many options, i am confused. does modules like tt, html::template, mason etc. replace CGI module in perl CGI scripting? Can someone guide please? is CGI module the only one which can parse the values coming from FORM input fields?

If you're just getting started, perhaps a framework might be a better choice?

Mojolicious (http://mojolicio.us/) and Dancer (http://perldancer.org/) are great for a quick start, and Catalyst works well for larger projects and has a lot of developers behind it (http://www.catalystframework.org/). Their documentation should also cover how CGI is handled, and also provide more background on other alternatives such as FastCGI, mod_perl and Plack/PSGI.

Tom

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to