orfor my $i (0..$#$array1) { print("$array1->[$i], $array2->[$i]\n"); }
for my $i (0..$#$array1) { my ($x, $c) = ($array1->[$i], $array2->[$i]); print("$x, $c\n"); }
In reply to Re: parallel procesing
by ikegami
in thread parallel procesing
by baxy77bax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |