Help for this page

Select Code to Download


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