in reply to I crashed 99 bottles.. the dot was the point (multiconcat)

Normally relying on such order of evaluation should be avoided in any language. another example would be subroutine arguments evaluation order &f($x,++$x, func_that_may_do_somethingto_x(\$x) );

  • Comment on Re: I crashed 99 bottles.. the dot was the point (multiconcat)