my $sth = $dbh->prepare('SELECT foo, bar, ? FROM blah WHERE foo = 1 AND bar = 2'); $sth->execute('baz');