in reply to Re^3: Parallel processing two arrays with different numbers of elements
in thread Parallel processing two arrays with different numbers of elements
Nice, but...
return if $i > $#arr || $i > $#bar;
...doesn't report "different numbers of elements."
|
|---|