Help for this page
use threads; use IO::Socket; ... $thread->join(); $thread1->join();
use threads; use IO::Socket; ... $thread->join(); }