Help for this page
print OUT '<select name="country">'; ... } print OUT "</select>\n";
$countries = $dbh->selectall_arrayref("SELECT country_id, country_name + FROM country");