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


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

Using CGI to handle the logistics of server interaction and using it to produce your output are two very different things. I use it nearly exclusively for the former but almost never for the latter.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^3: use CGI or die;
by Random_Walk (Prior) on Dec 19, 2006 at 10:51 UTC

    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!

      For output, I use a templating system.

      Makeshifts last the longest.