in reply to using HTML::TABLE with netscape

One problem you have is that this:
Tech</b>");
should be:
Tech</a></b>");
As hardburn says, run your code through a validator to check for errors, although the errors are most likely to be your own, not HTML::Table's.