in reply to Numeric values required in Unix::Syslog?
use warnings; use strict; use Unix::Syslog qw(:macros :subs); # Open syslog channel openlog('my-program.pl', LOG_PID, 3);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Numeric values required in Unix::Syslog?
by spoovy (Initiate) on Jan 20, 2015 at 09:29 UTC |