RE: writing to log from perl script

2002-11-06 Thread wiggins
Check out: Sys::Syslog (standard module) for simple stuff, or for the ultimate control you might check out the following: http://log4perl.sourceforge.net/ http://danconia.org On Wed, 6 Nov 2002 00:42:10 +0100, K Pfeiffer <[EMAIL PROTECTED]> wrot

writing to log from perl script

2002-11-06 Thread K Pfeiffer
Hi, I was reading up today on syslog and it gave the following shell script example of how to set up a logging service: $ logger -p local5.info "Script terminated normally" I was wondering what the best way might be to do this from a perl script that runs periodically - have it append directly