Help for this page
$query = "delete from table where id=("; for(@MESSAGE_IDS){ ... my $sth= $dbh->prepare($query); $sth->execute;