my $sth = $dbh->prepare('INSERT INTO foo (bar) VALUES (?)'); $sth->execute($seen);