my $sth=$dbh->prepare("INSERT INTO tbl VALUES(?, ?, ?)"); $sth->execute(param('Col1'), param('Col2'), param('Col3'));