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,
>
> -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
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
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