The reason your printing is sorta backwards is because you commented out the 'end of line' and you are concatenating the string from the 1st print statement with the second print statement.
In other words, your code (snippet) (when the comments are removed) looks like:
Sandyprint "test_array: @$test_array " . print "test_array2: @$test_array2\ +n";
In reply to Re: printing referenced arrays weirdness
by Anonymous Monk
in thread printing referenced arrays weirdness
by jfroebe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |