Re: Escaping { $ @ % & in strings

2008-02-15 Thread Larry Wall
On Thu, Feb 14, 2008 at 03:51:21PM -0700, Thom Boyer wrote: > S02 provides this example for treating curlies literally in a quoted string: > > qq:!c "Here are { $two uninterpolated } curlies"; > > But can I escape them with a backslash? I was surprised that I couldn't > find anything in S02 wh

Escaping { $ @ % & in strings

2008-02-15 Thread Thom Boyer
S02 provides this example for treating curlies literally in a quoted string: qq:!c "Here are { $two uninterpolated } curlies"; But can I escape them with a backslash? I was surprised that I couldn't find anything in S02 which said either yes or no. Perhaps this falls under the heading of "