Help for this page

Select Code to Download


  1. or download this
    use Socket qw( AF_INET SOMAXCONN );
    use IO::Socket qw( );
    ...
                $logger->fatal("Exiting with an exit code of $!.");
                exit($!);
              };