Help for this page
Module1 Use threads; ... my $mod2 = Module2->new() $mod->fork_it() }
Module2 Use forks; ... { code that runs forks here }
my $mod1 = Module1->new() $mod1->fork_it() $mod1->thread_it()