in reply to
using HTML::TABLE with netscape
One problem you have is that this:
Tech</b>");
[download]
should be:
Tech</a></b>");
[download]
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.
Comment on
Re: using HTML::TABLE with netscape
Select
or
Download
Code
In Section
Seekers of Perl Wisdom