Net::Daemon - Perl extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::HL7::Daemon
The Net::HL7::Daemon class provides a Daemon, roughly based on the well known HTTP::Daemon class. The daemon wraps IO::Socket::INET so that incoming connections are returned as Net::HL7::Daemon::Client objects. Other than that the Daemon class doesn'...
DDOKTER/Net-HL7-0.82 - 27 Jun 2017 11:59:22 UTC
Net::Daemon::Log - Utility functions for logging
Net::Daemon::Log is a utility class for portable logging messages. By default it uses syslog (Unix) or Win32::EventLog (Windows), but logging messages can also be redirected to stderr or a log file. Generic Logging $self->Log($level, $msg, @args); Th...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::Chat::Daemon - run a daemon that is controlled via instant messaging
SFINK/Net-Chat-Daemon-0.3
-
28 Jun 2006 06:28:58 UTC
Net::Daemon::Test - support functions for testing Net::Daemon servers
This module is a frame for creating test scripts of Net::Daemon based server packages, preferrably using Test::Harness, but that's your choice. A test consists of two parts: The client part and the server part. The test is executed by the child part ...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::Daemon::SSL - perl extensions for portable ssl daemons
This class implements an IO::Socket::SSL functionality for Net::Daemon class. See perldoc Net::Daemon for more information about Net::Daemon usage....
MKUL/Net-Daemon-SSL-1.0 - 14 Jun 2000 11:54:57 UTC
Net::DNSBL::MultiDaemon - multi DNSBL prioritization
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl daemon. multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as a plug-in for...
MIKER/Net-DNSBL-MultiDaemon-0.39 - 07 Apr 2014 23:18:39 UTC
Net::Chat::Jabber - Jabber protocol adapter for Net::Chat::Daemon
SFINK/Net-Chat-Daemon-0.3
-
28 Jun 2006 06:28:58 UTC
Net::DNSBL::Utilities - functions for DNSBL daemons
Net::DNSBL::Utilities contains functions used to build DNSBL emulator daemons. * s_response($mp,$resp,$id,$qdcount,$ancount,$nscount,$arcount); Put a short response into the message buffer pointed to by $mp by sticking a new header on the EXISTING re...
MIKER/Net-DNSBL-MultiDaemon-0.39 - 07 Apr 2014 23:18:39 UTC
Net::DCCIf - Interface to the DCC daemon
This module is a simple interface to the Distributed Checksum Clearinghouse daemon (dccifd). It is a simpler replacement for the dccif.pl script that dcc ships with, making usage more perlish (though probably at the expense of a slight performance dr...
MSERGEANT/Net-DCCIf-0.02 - 11 Feb 2004 15:23:52 UTC
Net::Gnats - Perl interface to GNU Gnats daemon
Net::Gnats provides a perl interface to the gnatsd <http://www.gnu.org/software/gnats/> command set. Although most of the gnatsd command are present and can be explicitly called through Net::Gnats, common gnats tasks can be accompished through some m...
RICHE/Net-Gnats-0.22 - 08 Nov 2015 02:24:23 UTC
Net::IRR - Perl interface to the Internet Route Registry Daemon
This module provides an object oriented perl interface to the Internet Route Registry. The interface uses the RIPE/RPSL Tool Query Language as defined in Appendix B of the IRRd User Guide. The guide can be found at http://www.irrd.net/, however an un...
TCAINE/Net-IRR-0.08 - 31 Mar 2010 06:05:48 UTC
Net::Statsd - Perl client for Etsy's statsd daemon
This module implement a UDP client for the statsd statistics collector daemon in use at Etsy.com. You want to use this module to track statistics in your Perl application, such as how many times a certain event occurs (user logins in a web applicatio...
COSIMO/Net-Statsd-0.12 - 15 Jan 2016 08:52:04 UTC
Net::GPSD - Provides an object client interface to the gpsd server daemon.
Note: This package supports the older version 2 protocol. It works for gpsd versions less than 3.00. However, for all versions of the gpsd deamon greater than 2.90 you should use the version 3 protocol supported by Net::GPSD3. Net::GPSD provides an o...
MRDVT/Net-GPSD-0.39 - 02 Jun 2010 03:01:44 UTC
Net::RNDC - Speak the BIND Remote Name Daemon Control (RNDC) V1 protocol
This package provides a synchronous, easy to use interface to the RNDC V1 protocol. For more mid-level control, see Net::RNDC::Session, and for absolute control, Net::RNDC::Packet. Constructor new Net::RNDC->new(%args); Optional Arguments: * key - Th...
WOLFSAGE/Net-RNDC-0.003 - 08 Jan 2013 17:24:40 UTC
Net::GPSD3 - Interface to the gpsd server daemon protocol versions 3 (JSON).
Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3 protocol. gpsd is an open source GPS daemon from http://www.catb.org/gpsd/ Support for Version 3 of the protocol (JSON) was added to the daemon in versio...
MRDVT/Net-GPSD3-0.19 - 12 Jun 2013 02:18:40 UTC
Net::NNTP - NNTP Client class
"Net::NNTP" is a class implementing a simple NNTP client in Perl as described in RFC977 and RFC4642. With IO::Socket::SSL installed it also provides support for implicit and explicit TLS encryption, i.e. NNTPS or NNTP+STARTTLS. The Net::NNTP class is...
SHAY/libnet-3.14 - 22 May 2022 10:12:19 UTC