in reply to Re^6: Newlines in HTML::LoL (update x 2)
in thread Newlines in HTML::LoL

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)

Replies are listed 'Best First'.
Re^8: Newlines in HTML::LoL
by LanX (Saint) on Feb 02, 2021 at 00:53 UTC