my (@arr, $i); for $i (0..4) { push @arr, $i, "\n"; } print join '', @arr;
In reply to Re: Space character when using push function on arrays
by TedPride
in thread Space character when using push function on arrays
by iamravikanth
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |