Help for this page
use threads; ... sleep 1; } }
threads->create("t_sub1")->detach(); threads->create("t_sub2")->detach();