Abel,
No, you don't have to escape them all. Perl treats single and double
quotes differently. Single-quoted strings don't do interpolation and
double-quoted strings do.
Jeff
-Original Message-
From: Abel Daniel [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 10, 2005 12:23 PM
To
On Thu, 10 Feb 2005 18:22:30 +0100, Abel Daniel <[EMAIL PROTECTED]> wrote:
> Bill Mill writes:
>
> > I get the impression that many pythonistas don't like string
> > interpolation. I've never seen a clear definition of why.
> >From "import this":
>
> Explicit is better than implicit.
>
> An