|
From: Josef W. <Jos...@gm...> - 2007-11-17 14:22:30
|
On Saturday 17 November 2007, Julian Seward wrote:
> I would prefer to use ( ) instead of { } around VAR. { and }
> interact really badly with shells and are generally a pain to
> work with.
Hmm.. Is ( and ) really better?
weidendo@linux:~> echo %q{foo}
%q{foo}
weidendo@linux:~> echo %q(foo)
bash: syntax error near unexpected token `('
weidendo@linux:~>
But I do not really have any preference.
Josef
>
> J
>
|