RE: [INTERFACES] RE: your mail (Should have been problems with ') - Mailing list pgsql-interfaces

From Ken Wills
Subject RE: [INTERFACES] RE: your mail (Should have been problems with ')
Date
Msg-id 000c01be16f4$3cfd0a00$211f46c6@kpw.gfc.net
Whole thread Raw
In response to RE: your mail (Should have been problems with ')  ("Ken Wills" <gfccall@mailbag.com>)
List 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 by date:

Previous
From: "Ken Wills"
Date:
Subject: RE: your mail (Should have been problems with ')
Next
From: The Hermit Hacker
Date:
Subject: Re: [INTERFACES] RE: your mail (Should have been problems with ')