Help for this page

Select Code to Download


  1. or download this
            if ($_ eq 'kern' || $num <= 0) {
                croak "syslog: invalid level/facility: $_"
            }
    
  2. or download this
            if ($_ eq 'kern' || $num < 0) {
                croak "syslog: invalid level/facility: $_"
            }