in reply to Should One Use CGI.pm to Generate HTML?
Use CGI.pm html generation for small projects where you would otherwise inline html and only coders familiar with CGI's functions will want to edit.
Otherwise it may be better to learn HTML::Template or the template toolkit to allow you to write and maintain you html code seperatly.
But do continue to use CGI.pm to parse your form variables, it's the best solution for that.
|
|---|