Help for this page

Select Code to Download


  1. or download this
    my $server = IO::Socket::INET->new(
        LocalHost => 'localhost',
    ...
        Listen => 5,
        Reuse => 1,
    ) or die "Couldn't create listening socket";