At 2002-06-26 13:31:46 (-0700), Emma Grant wrote: > Is there an escape function that I can use on the variable name? or > maybe something else that I am missing?
Right in the documentation. perldoc DBI -> /quote/ However, binding the parameters can be faster and does work with any input, in other words, is on the safer side. -Wolfgang
