in reply to overuse of CGI module HTML methods?

What you're doing here doesn't seem to offer any useful abstraction. Your code is, if anything, more verbose than a HEREDOC of HTML would be, and harder to read because of the mental translation required. That's the problem here in my mind.
  • Comment on Re: overuse of CGI module HTML methods?