in reply to Re: thread failed to start?
in thread thread failed to start?
you can:
And then accept in the thread.my $server = new IO::Socket::INET( Proto => "tcp", LocalPort => 7001, Listen => 5, Reuse => 1) || die "failed to establish socket\n";
|
|---|