RE: [INTERFACES] RE: your mail (Should have been problems with ')

Поиск
Список
Период
Сортировка
От Ken Wills
Тема RE: [INTERFACES] RE: your mail (Should have been problems with ')
Дата
Msg-id 000c01be16f4$3cfd0a00$211f46c6@kpw.gfc.net
обсуждение исходный текст
Ответ на RE: your mail (Should have been problems with ')  ("Ken Wills" <gfccall@mailbag.com>)
Список pgsql-interfaces
I just ended up doing:

$phone_number =~ s/'/\\'\\'/g;
to substitute two ' for every '.

Thanks again to all for the suggestion.

>a number of people suggested something like:
>>$phone_number =~ s/'/\\'/g;
>Seems like it only likes them in pairs.

Ken


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Ken Wills"
Дата:
Сообщение: RE: your mail (Should have been problems with ')
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [INTERFACES] RE: your mail (Should have been problems with ')