Help for this page

Select Code to Download


  1. or download this
    my $thr = threads->new(
        sub { MyModule::Execute($arg1, $arg2) }
    );