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."

If I've misconstrued your question or the logic needed to answer it, I offer my apologies to all those electrons which were inconvenienced by the creation of this post.
  • Comment on Re^4: Parallel processing two arrays with different numbers of elements
  • Download Code