# inside the html foreach my $row ($sth->fetchall_arrayref) { my $state = $row->[0]; print "... some html or other based on $state..."; }