![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Test if string is already quote()'d?by mce (Curate) |
on Jun 16, 2003 at 07:32 UTC ( #266127=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|