if ($pid = fork()) { next; }
needs to be
if ($pid = fork()) { last; }
By doing next you just skip an iteration, you don't actually leave the loop.
In reply to Re: parallel HTTP::Request
by suaveant
in thread parallel HTTP::Request
by RedGrinGo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |