Thanks for the pointers. I already have the CGI module, I didn't know it was the html-generation stuff broken out. I also found another module that is fascinating me: HTML::TagTree. Everything is objects and the HTML tags are methods. whtn you create a table, your $table is a TagTree object {it says that every HMTL tag is a method} and it seems to produce nice-looking code. More to play with :)
Comment on Re^7: Newlines in HTML::LoL (update x 2)