in reply to Using rowspan with CGI.pm

Without looking at your Perl code, one general piece of advice when trying to debug this sort of problem is to first get it right by editing a test HTML file directly. I.e. first figure out what the correct HTML should be, and only after this, worry about how to get your Perl program to generate this HTML. To debug the HTML through the CGI script will drive you nuts.

the lowliest monk