my @widget; while (my @row = $sth->fetchrow_array) { push(@widget, $row[0]); }