http://qs321.pair.com?node_id=266127


in reply to Test if string is already quote()'d?

Hi,

AFAIK DBI's quote will untaint your string. So you can look at the Taint module. You can use the taint function to before you quote, and the is_tainted to check whether it is quoted.

Anyway, this is not really a nice solution, but it might work.

I hope this helps
---------------------------
Dr. Mark Ceulemans
Senior Consultant
BMC, Belgium

  • Comment on Re: Test if string is already quote()'d?