David Nicol wrote: >could the expression parsing rules change following an if or >unless or while or until but nowhere else The last thing the Perl grammar needs is *another* set of subtly-different parsing rules for different situations. Especially whitespace-sensitive ones, and especially ones involving braces. I'd *much* rather just keep mandatory parens. -zeframThread Previous | Thread Next