Help for this page

Select Code to Download


  1. or download this
        use threads;
    
    ...
                sleep 1; 
            } 
        }
    
  2. or download this
    threads->create("t_sub1")->detach();
    threads->create("t_sub2")->detach();