in reply to Problem with DBI placeholders

I have tested a few trailing-spaces scenarios on several database, and I get different behaviour from different databases (MySQL, Sybase, Oracle). My conclusion is that the behaviour of trailing-spaces depends on the SQL parser of the underlying database (or database driver DBD::?). So you might want to code around it somehow.