http://qs321.pair.com?node_id=590640


in reply to Re^2: use CGI or die;
in thread use CGI or die;

Good point but what do you use then to generate output ? Hand cut code, a module that does a more reasonable job than CGI or a full blown framework (in which case does it not parse the CGI for you anyway)? I realise this node is a little old so perhaps everyone has moved on to Maypole or similar by now but I am currently building my first web interface in a few years so I am browsing around for clues.

Cheers,
R.

Pereant, qui ante nos nostra dixerunt!

Replies are listed 'Best First'.
Re^4: use CGI or die;
by Aristotle (Chancellor) on Jan 09, 2007 at 20:42 UTC

    For output, I use a templating system.

    Makeshifts last the longest.