First of all, I think this is a great idea
On 14 Sep 2000, Perl6 RFC Librarian wrote:
> Are there any contexts besides double quotes ("", qq{}, <<"EOF") where this
> need be applied? What about inside regexes? And if so, left and/or right
> hand side?
Regexes are enough like double quoted strings that I think _not_
interpolating here would be confusing. The same goes for backticks
(`)/qx, which is double-quote interpolated as well.
-dave
/*==================
www.urth.org
We await the New Sun
==================*/
- RFC 222 (v1) Interpolation of method calls Perl6 RFC Librarian
- RFC 222 (v1) Interpolation of method calls Perl6 RFC Librarian
- Re: RFC 222 (v1) Interpolation of method call... Dave Rolsky
- Re: RFC 222 (v1) Interpolation of method calls David L. Nicol
- Re: RFC 222 (v1) Interpolation of method call... Michael Fowler
- Re: RFC 222 (v1) Interpolation of method call... Bart Lateur
- Re: RFC 222 (v1) Interpolation of method ... Michael Fowler
- Re: RFC 222 (v1) Interpolation of met... Bart Lateur
- Re: RFC 222 (v1) Interpolation of met... David L. Nicol
- Re: RFC 222 (v1) Interpolation of method calls Michael G Schwern
