in reply to Re^4: OO CGI vs. function-oriented
in thread OO CGI vs. function-oriented

For most people and applications, templates are fine. In my situation it wouldn't work. The forms parameters themselves are mangled on the fly in such a way, that I would have to make my own parser (or use an existing one), and then create another layer to perform our magic. If I need to make a change to the HTML, it takes me a minute using an HTML to CGI.pm converter so changes are almost as fast.

Anyway, the point is it doesn't always make sense and TMTOWTDI.

-Lee

"To be civilized is to deny one's nature."
  • Comment on Re: Re: Re: Re (tilly) 2: OO CGI vs. function-oriented