i dont think perl has a syslog function. you could pipe the message to
logger though. a better way would be invoke the system call syslog.
/kk
On Sat, Jun 23, 2001 at 08:07:53AM -0400, Ryan Gralinski wrote:
> How do i use perl to log to syslog ?
> as a kernel message that comes out in syslog, and
http://www.perl.com/pub/doc/manual/html/lib/Sys/Syslog.html
- Original Message -
From: "Ryan Gralinski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 8:07 AM
Subject: Kernel Messages
> How do i use perl to log to syslog ?
> as
How do i use perl to log to syslog ?
as a kernel message that comes out in syslog, and console..
Ryan