The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

connection_test.pl - Test UDP/TCP/UNIX/UNIX_DGRAM connections

SERVER SYNOPSIS

    # in a separate terminal window

    perl connection_test.pl

CLIENT SYNOPSIS

    perl connection_test.pl UDP

    # or

    perl connection_test.pl TCP

    # or

    perl connection_test.pl UNIX <UNIX socket directory>

    # or

    perl connection_test.pl UNIX_DGRAM <UNIX socket directory>