my $sth = $dbh->prepare(q{INSERT INTO TABLE QUEUE SET PARENTID=?, PAYLOAD=?}); $sth->execute($parentid, $payload) or die $dbh->errstr;