in reply to Re^3: LWP::Parallel in other way
in thread LWP::Parallel in other way
Hello PodMastah,
I just found the weak place in my script,
$entries = $pua->wait();
should be in the same loop, where I register agent! Thanks for pointing me. Now everything works fine, I guess:)