in reply to using HTML::TABLE with netscape

<plug shame="none">
Since you are getting your data from a database, shouldn't you be using DBIx::XHTML_Table instead? ;)
</plug>

UPDATE: Ya know ... in retrospect, i don't think you should be using any kind of 'HTML::Table' module. Those modules are, IMHO, really meant for simple tables. What you have is not simple at all. Complex tables like this are best handled with a templating solution instead. My favorite just happens to be HTML::Template. Check out HTML::Template Tutorial as well as Dynamic HTML::Template Database Template for some examples. I will admit that understanding HTML::Template is a bit difficult, but once you learn the basics you will be glad you did.

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)
  • Comment on (jeffa) Re: using HTML::TABLE with netscape