Nathan Wiger wrote:
> 
> Andy Dougherty wrote:
> >
> > How do you turn it off?  I want to keep a way to specify stuff without any
> > interpolation whatsoever. I see the usefulness of this sort of quoting,
> > but I also see the usefulness of being absolutely able to turn all
> > interpolation off.
> 
> Yes, I agree with this point, also raise by Glenn and others. Currently,
> there is very nice semantics in shell-style quoting:
> 
>    q//  ==   ''  ==  *NO* interpolation

I agree. I'd like q/.../ to stick as close to giving me ... as possible.
I can live with the current 'foo\\bar' having only one backslash in it,
but I'd rather not have to worry about anything else. I'd vote for
Glenn's allowing the disabling of interpolation in qq// and <<""
instead.

Does it strike anyone else as odd that 'foo\\bar' eq 'foo\bar'?

Reply via email to