in reply to syslog problems
BTW, it would be helpfull if you would post the OS and version, as well as the errors your program crashes with. Also the contents of $! if possible.sub log { eval { syslog($_[0], $_[1]); }; if ($@) { print STDERR "Syslog error: $@ $!\n"; }
|
|---|