Sorry I was not clear. I would like one radio button for each country - one button per row. The goal is to be able to select one country for updating, and have the data populate on a maintenance screen. For the one country, the user can update multiple fields for the one country with one transaction.I would like to set this up thru perl using cgi.pm. I don't use a templating system.
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.