in reply to Answer: Calling a method within a double-quoted string?
in thread Calling a method within a double-quoted string?

The Anonymous Monk said:
> I already knew about placeholders but not all DBI > drivers support them.
Actually, I believe placeholders are at least emulated in all DBI drivers. Even if the underlying database doesn't support placeholders or bound variables, DBI emulates the behavior internally. This is true, at least, of the MySQL driver. The appendix of the DBI book has more information.