On Fri, 15 Sep 2000 10:29:31 +1100 (EST), Damian Conway wrote:
>Why not just give \I..\E a special "turn-on-interpolation" meaning in
>q{} docs?
This has been uppered already in the pre-discussion to this RFC.
Currently, '\I' is nothing special in q{}, and a lot of people don't
want to chage that.
Besides, single quotes has "this string is not interpolated!" in huge
flickering letters on it. Don't waste that.
The idea I liked the most is not messing with q{}, but instead add a
"\D" or such modifier to doouble-quotish strings, which says: DON'T
interpolate. That is precisely the opposite of this RFC.
print F <<"END";
\D$!
$! execute a.com, copy and purge
$!
$ @sys$login:a.com
$ copy $filename sys$login:*.*
$ purge sys$login:\E$filename\D
$!
$ exit
END
--
Bart.
- RFC 226 (v1) Selective interpolation in single quotish... Perl6 RFC Librarian
- Re: RFC 226 (v1) Selective interpolation in singl... Mark-Jason Dominus
- Re: RFC 226 (v1) Selective interpolation in s... Jarkko Hietaniemi
- Re: RFC 226 (v1) Selective interpolation ... Jarkko Hietaniemi
- Re: RFC 226 (v1) Selective interpolat... Mark-Jason Dominus
- Re: RFC 226 (v1) Selective inter... Jarkko Hietaniemi
- Re: RFC 226 (v1) Selective inter... Damian Conway
- Re: RFC 226 (v1) Selective i... Jarkko Hietaniemi
- Re: RFC 226 (v1) Selective i... Brad Hughes
- Re: RFC 226 (v1) Selective i... Nathan Torkington
- Re: RFC 226 (v1) Selective i... Bart Lateur
- Re: RFC 226 (v1) Selective interpolation in singl... Michael G Schwern
- Re: RFC 226 (v1) Selective interpolation in s... Brad Hughes
- Re: RFC 226 (v1) Selective interpolation in s... Nathan Torkington
