Sys::Syslog5 - Perl extension for sending messages to the system logger ABSTRACT The standard Sys::Syslog module as shipped with *perl5.00x* is a simple port of syslog.pl from *perl4.x*. Therefore it depends on the usability of syslog.ph. Unfortunately syslog.ph is unusable on many systems without some hacking. Sys::Syslog5 provides a direct interface to the C libraries' syslog feature. INSTALLATION To install this package, just change to the directory in which this file is found and type the following: perl Makefile.PL make make test make install This will copy Syslog5.pm to your perl library directory for use by all perl scripts. You probably must be root to do this. DOCUMENTATION File Syslog.pm contains all necessary documentation in pod format. You can read them before installing by "pod2text Syslog5.pm". AUTHOR Andreas Koppenhoefer, koppenas@informatik.uni-stuttgart.de LICENSE Copyright (C) 1996, Andreas Koppenhoefer This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.