Help for this page
if ($_ eq 'kern' || $num <= 0) { croak "syslog: invalid level/facility: $_" }
if ($_ eq 'kern' || $num < 0) { croak "syslog: invalid level/facility: $_" }