in reply to Problem with DBI placeholders
The 5.8.0 version (DBI version 1.4, DBD revision 11.8) behaved like your case -- same table, same data, same methods. I didn't get a chance to step into the "execute" call with the debugger. Nor was I able to test a more recent perl version.
I was able to confirm that the placehold worked when the parameter value was "Smith_" and the query condition was "where lastname like ?" -- so it's almost certainly a matter of losing trailing white-space from the parameter value within the execute call.
|
|---|