RE: Escaping characters

2002-06-04 Thread Barry Jones
To: Barry Jones; Beginners @ Perl (E-mail) Subject: RE: Escaping characters > -Original Message- > From: Barry Jones [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 1:15 PM > To: Beginners @ Perl (E-mail) > Subject: Escaping characters > > > Hi, >

RE: Escaping characters

2002-06-04 Thread Bob Showalter
> -Original Message- > From: Barry Jones [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 1:15 PM > To: Beginners @ Perl (E-mail) > Subject: Escaping characters > > > Hi, > I'm trying to do a patter match for everything contained within

Re: Escaping characters

2002-06-04 Thread Felix Geerinckx
on Tue, 04 Jun 2002 17:14:54 GMT, Barry Jones wrote: > Hi, > I'm trying to do a patter match for everything contained within > {{ stuff }}. Now I've gotten this to work just fine with ** stuff **, > ^^ and a several others, but I can't get curly braces to work and I have > no idea why. I'v

Escaping characters

2002-06-04 Thread Barry Jones
Hi, I'm trying to do a patter match for everything contained within {{ stuff }}. Now I've gotten this to work just fine with ** stuff **, ^^ and a several others, but I can't get curly braces to work and I have no idea why. I've tried escaping them with \ and not doing and what have you