![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: I crashed 99 bottles.. the dot was the point (multiconcat)by pwagyi (Monk) |
on Apr 29, 2019 at 06:23 UTC ( #1233101=note: print w/replies, xml ) | Need Help?? |
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) );
In Section
Meditations
|
|