Help for this page

Select Code to Download


  1. or download this
    use strict;
    use MyModule.pm
    ...
    
    my $thr = threads->new(??????, $arg1, $arg2);
    
  2. or download this
    MyModule::Execute($arg1, $arg2)