in reply to Re: Parallel::Iterator to get multiple pages
in thread Parallel::Iterator to get multiple pages

Hi poj,

I'm pretty sure your hint is the solution. May I have an annotation: If this hurdle is taken Elwood1 would get problems with his return values.

Wrap return code and return content into an anonymous array.

return ( $index, [ $response->code(), $content ]);

As far as I can see from the man page only one return value is allowed besides the index.

McA