Help for this page
while (my @result = $sth->fetchrow_array()) { print "@result[20]" }
while (my @result = $sth->fetchrow_array()) { print "<input type=text name=address value=@result[0]>" }