Hi Jens, I think (and tested them below):
>Contrast this with regular escaping, where \ precedes $:
>
>\$foo
-> $foo
>\$!foo
-> $!foo
>\$!{foo}
-> $!{foo}
>\\$!{foo}
-> \bar
("->" just means "arrow" :-) )
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
