in reply to Re: Parallel tasks
in thread Parallel tasks

My bad.. I forgot a \ try this:
my $forker = new Parallel::ForkControl( MaxKids => 5000, MinKids => 5, WatchLoad => 1, MaxLoad => 5.50, Code => \&mySub );
-brad..