> : Does this mean that @{foo()} can be written as @ foo()?
> 
> I would prefer not.  Use foo()[] instead.

Does this mean that some constructs in Perl are parsed immediately
(such as foo() ...) and some are deferred (such as the [ in [>>+^<<]
...)? I would think this potentially makes a difference in how P6 code
is read ...

Rob

Reply via email to