Beyza wrote:
> Hi,
> 
> I would like to know how to insert escape character in front of
> special characters in an array.
> 
> I have an array which has strings like;
> 
> John's House
> Bla bla;
> etc,
> 
> When I use them in an SQL query, perl gives an error. So, I need to
> put escape character for every special character. Is there any quick
> way to do it?

Show us the code you are using and what error you are getting. There are many
possible solutions to this depending on exactly what you are trying to achieve.

Rob

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to