in reply to Re^2: table in a radio group
in thread table in a radio group
Ok, now that that's clear, what have you tried? Perhaps start by generating the HTML table through perl. Hint a loop nested in another loop, the outer for the rows, and the inner for the cells within the rows. Then start worrying about the content of each cell.