in reply to overuse of CGI module HTML methods?

Since you have zero dynamic elements (no $variables), looks like a waste of time (should have used your favorite wysiwyg editor).
  • Comment on Re: overuse of CGI module HTML methods?

Replies are listed 'Best First'.
Re^2: overuse of CGI module HTML methods?
by weedom (Acolyte) on Apr 09, 2008 at 11:12 UTC
    There are no variables in that chunk, no. But that's just a random grab.

    I've justified it to the guys here by pointing out that doing (for example)
    table( Tr(td(["c1","c2","c3"])) ) ## with better spacing and comments, of course

    means you absolutely cannot forget to close a tag, so your output should be proper parseable XHTML.