in reply to Re: Sys::Syslog and LOG_EMERG
in thread Sys::Syslog and LOG_EMERG
hmmm... nice guess, but it still doesn't work.
The code:
use Sys::Syslog qw(:standard :macros); openlog('foo', '', 'user'); syslog(LOG_EMERG,"%s","Foo");
...produces the same error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sys::Syslog and LOG_EMERG
by Crackers2 (Parson) on Aug 11, 2006 at 23:17 UTC |