The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "unix::syslog"

Unix::Syslog - Perl interface to the UNIX syslog(3) calls River stage two • 10 direct dependents • 16 total dependents

This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right ...

MHARNISCH/Unix-Syslog-1.1 - 18 May 2008 19:30:30 UTC - Search in distribution

Log::Dispatch::UnixSyslog - log events to syslog with Unix::Syslog River stage zero No dependents

This provides a Log::Dispatch log output plugin that sends things to syslog. "But there's already Log::Dispatch:Syslog!" you cry. Well, that uses Sys::Syslog, which is core, but it's overcomplicated and inefficient, too. This plugin uses Unix::Syslog...

RJBS/Log-Dispatch-UnixSyslog-0.002 - 01 Jan 2023 01:57:36 UTC - Search in distribution

Parse::Syslog - Parse Unix syslog files River stage one • 2 direct dependents • 2 total dependents

Unix syslogs are convenient to read for humans but because of small differences between operating systems and things like 'last message repeated xx times' not very easy to parse by a script. Parse::Syslog presents a simple interface to parse syslog f...

DSCHWEI/Parse-Syslog-1.10 - 31 Dec 2007 08:43:46 UTC - Search in distribution

Haineko::Log - Syslog interface River stage zero No dependents

Write log messages via UNIX syslog...

AKXLIX/Haineko-0.2.16 - 25 Jan 2014 12:23:27 UTC - Search in distribution

Sys::Syslog - Perl interface to the UNIX syslog(3) calls River stage four • 65 direct dependents • 1767 total dependents

"Sys::Syslog" is an interface to the UNIX syslog(3) program. Call "syslog()" with a string priority and a list of "printf()" args just like syslog(3)....

SAPER/Sys-Syslog-0.36 - 21 Oct 2019 22:41:02 UTC - Search in distribution

UniLog - Perl module for unified logging on Unix and Win32 River stage zero No dependents

This module provides a unified way to send log messages on Unix and Win32. Messages are logged using syslog on Unix and using EventLog on Win32. This module uses Unix::Syslog Perl module on Unix and Win32::EventLog Perl module on Win32. The idea was ...

TPABA/UniLog-0.14 - 10 Jan 2005 14:46:04 UTC - Search in distribution

Tie::Syslog - Tie a filehandle to Syslog. River stage one • 1 direct dependent • 1 total dependent

This module lets you tie a filehandle to Sys::Syslog, providing an easy way to redirect messages to system logs. $Tie::Syslog::ident = 'DEBUG :: myprocess'; $Tie::Syslog::logopt = 'pid,ndelay'; tie *DEBUG, 'Tie::Syslog', { facility => 'LOG_LOCAL0', p...

KROMG/Tie-Syslog-2.04.03 - 30 Apr 2014 07:22:50 UTC - Search in distribution

DBD::Pg - PostgreSQL database driver for the DBI module River stage three • 75 direct dependents • 146 total dependents

DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....

TURNSTEP/DBD-Pg-3.18.0 - 06 Dec 2023 23:47:13 UTC - Search in distribution

git-deploy - automate the git steps required for a deploying code from a git repository River stage zero No dependents

git-deploy is a tool written to make deployments so easy that you'll let new hires do them on their first day. Conceived and introduced at Booking.com in 2008, it has changed deployments from being something that took hours, to being so easy that dep...

AVAR/git-deploy-6.01 - 19 Dec 2012 16:58:12 UTC - Search in distribution

Razor2::Syslog - Syslog support for Razor2 River stage zero No dependents

This module has been derived from Net::Syslog. Some optimizations were made to Net::Syslog, in particular support for keeping a socket open. What follows is the documentation for Net::Syslog, which completely applies to this module. Net::Syslog imple...

TODDR/Razor2-Client-Agent-2.86 - 03 Jun 2019 23:05:18 UTC - Search in distribution

XAS - Middleware for Datacenter Operations River stage one • 6 direct dependents • 6 total dependents

XAS is middleware for datacenter operations. Every datacenter has those little one off scripts that perform some important task. Most of them were written on the fly, to automate some specific task. These scripts have grown organically, they may have...

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC - Search in distribution

perl5160delta - what is new for perl v5.16.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

spamc - client for spamd River stage two • 13 direct dependents • 18 total dependents

Spamc is the client half of the spamc/spamd pair. It should be used in place of "spamassassin" in scripts to process mail. It will read the mail from STDIN, and spool it to its connection to spamd, then read the result back and print it to STDOUT. Sp...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

ptee - multicast your logs River stage one • 3 direct dependents • 5 total dependents

The unix tee(1) command accepts text on standard input, and emits that same text back out on standard output whilst also appending it to a log file. This program is similar, but more flexible, in that you can specify other destinations, and have as m...

OLIVER/Log-Dispatch-Configurator-Any-1.122640 - 20 Sep 2012 12:33:34 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 414 direct dependents • 673 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

spamtrap - Manage a spamtrap and produce DNS::BL commands to respond River stage zero No dependents

This program is meant to be used in procmail recipes serving spamtrap and/or spam reporting addresses. Its main functions include: Evidence archiving When instructed to do so, each processed spam sample is stored in a file within a path. The file nam...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC - Search in distribution

karmad - Karmasphere daemon for postfix and exim River stage zero No dependents

This is a small daemon which listens on a Unix domain socket and interfaces between Postfix or Exim and Mail::Karmasphere::Client. See the sample configuration and startup files in the eg/ directory of the source distribution for more information....

SHEVEK/Mail-Karmasphere-Client-2.18 - 04 Apr 2008 01:33:52 UTC - Search in distribution
  • karmad - Karmasphere policy daemon for Postfix

IO::Socket::SSL - SSL sockets with IO::Socket interface River stage four • 350 direct dependents • 2057 total dependents

IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort,...

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC - Search in distribution

Log::Log4perl - Log4j implementation for Perl River stage four • 380 direct dependents • 1097 total dependents

Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

Data::CTable - Read, write, manipulate tabular data River stage zero No dependents

CHTHORMAN/Data-CTable-1.01 - 17 Sep 2002 15:11:05 UTC - Search in distribution
114 results (0.103 seconds)