- or download this
use IO::Socket::INET;
my $server = IO::Socket::INET->new(
...
Listen => 1000,
Reuse => 1.
) or die "Create listner failed with: $! [$^E]";
- or download this
#! perl -slw
use strict;
...
};
$c->shutdown( 2 ) or warn "Shutdown failed with $^E\n"
}
- or download this
c:\test>for /l %i in (1,1,10) do @start /b serialClient.pl %i