in reply to CGI.pm Disillusionment
In this case, your criticisms seem right on target. When people say use CGI or die;, they are talking about the fact that you don't want to roll your own parsing logic, because it is extremely likely to be broken. They aren't talking about the autogeneration, and most knowledgable people don't use that. Instead they are likely to suggest some kind of templating solution.
Now to train your judgement, here is my thinking on templating, for more detailed background read this white paper on Template::Toolkit, and for a list of options to make a choice from read Choosing a Templating System by our own perrin.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: CGI.pm Disillusionment
by Cody Pendant (Prior) on Jun 05, 2003 at 06:33 UTC | |
by edoc (Chaplain) on Jun 05, 2003 at 07:33 UTC | |
by Aristotle (Chancellor) on Jun 05, 2003 at 11:50 UTC |