simple, readable, and it should do the trick :-)my $i = 0; while($one[$i]) { $multi[$i] = $one[$i] * $two[$i]; $i += 1; }
In reply to Re: Evaluates two array index
by Forsaken
in thread Evaluates two array index
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |