Help for this page

Select Code to Download


  1. or download this
        my @threads;
        for (1..$listeners) {
            push @threads, threads->create(\&handleConnection, $main_sock)
    +;
        }
        $_->join for @threads;