in reply to Re: Good Programming is Betterin thread Good Programming is Better
$dbh->do('insert into blah (?, ?, ?)', undef, $x, $y, $z); [download]