[EMAIL PROTECTED] wrote:

> Yeah, but does Perl actually garantee it will evaluate the
> left operand of arithmetic operators first? If so, I cannot
> find it in the documentation.


there's a strong tradition of single-threaded evaluation
and also in order to have leftward binding as promised in
perldoc perlop you have to evaluate the left term first in
order to decide what operator to use.  Are there examples 
of out-of-order evaluation that does not involve buffering?

Reply via email to