Help for this page
if ($a) { foreach $a (@a) { ... sub discover { ## do lots of repetitive stuff }
if ($a) { my $manager = new Parallel::Forkmanager( 10 ); ... sub discover { do lots of repetitive stuff }