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

From: "Ken Wills" <gfccall(at)mailbag(dot)com>
To: <pgsql-interfaces(at)hub(dot)org>
Subject: RE: [INTERFACES] RE: your mail (Should have been problems with ')
Date: 1998-11-23 15:16:25
Message-ID: 000c01be16f4$3cfd0a00$211f46c6@kpw.gfc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-23 15:35:34 Re: [INTERFACES] RE: your mail (Should have been problems with ')
Previous Message Ken Wills 1998-11-23 14:45:32 RE: your mail (Should have been problems with ')

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-23 15:35:34 Re: [INTERFACES] RE: your mail (Should have been problems with ')
Previous Message postgres 1998-11-23 15:10:48