my $thread1 = threads->create(\&gateway2irc); $thread1->join(); my $thread2 = threads->create(\&chat2gateway); $thread2->join();