- Notifications
You must be signed in to change notification settings - Fork11
maddingue/Sys-Syslog
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sys::Syslog - Perl interface to the UNIX syslog(3) calls
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).
To install this module, run the following commands:
$ perl Makefile.PL$ make$ make test$ make installAn ANSI-compliant compiler is required to compile the extension.
Sys::Syslog should work on any Perl since 5.6.0. This module is regularly compiled and tested by the CPAN Testers on various combinations of Perl and operating systems.
See also the corresponding CPAN Testers page:http://testers.cpan.org/show/Sys-Syslog.html
After installing, you can find documentation for this module with the perldoc command.
perldoc Sys::SyslogYou can also look for information at:
Search CPAN
MetaCPAN
Perl Documentation
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Copyright (C) 1990-2012 by Larry Wall and others.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
About
Sys::Syslog - Perl interface to the UNIX syslog(3) calls
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.