While everyone is posting thier favorite way to create a placeholder
list I thought I would send my favorite.

  chop(my $qus = "?," x @values);
  $sth = $dbh->prepare(qq{ ...  ($qus) ... });

Graham.

Reply via email to