$sth = $dbh->prepare("insert into table (foo,bar) values (?,?)"); $tuples = $sth->execute_array(\%attr, \@list_of_param_array_refs);