Re: MySQL and perl using quotes

2003-06-01 Thread R. Joseph Newton
anthony wrote: > ... > $name = $dbh->("$name"); Anthony, please pay attention to the advice you have already been given. People do take valuable time to answer your posts, and I know that you have been reminded that there is no benefit to be derived from quoting variables as you have in the func

Re: MySQL and perl using quotes

2003-05-29 Thread Tassilo von Parseval
On Thu, May 29, 2003 at 11:17:40AM +0200 anthony wrote: > i have to update a MySQL tables some names and text > the problem is that the names and words have quotes > maybe in names it has O'connor, and text would be > He said :"I'don't know where to go!!". > > where there is a mixture of single

Re: MySQL and perl using quotes

2003-05-29 Thread Anthony Ward
Hi, thank you , for $name=$dbh->("$name"); It is in my Perl Programming book, I can only guess they are wrong :-) thanx again! Anthony W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]