my $max_forks = 42; my $options = { workers => $max_forks, }; iterate( $options , $worker, $iterator );