while (my @ary = $sth->fetchrow_array()) { # $ary[0] gives the value of each selected item }