$sth->execute(); while(my $mail_address = $sth->fetchrow_array()){  push(@emails,$mail_address); }