my $sth = $dbh->prepare('INSERT INTO scratch SET text = ?'); $sth->execute('hello.world'); $sth->finish();