[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Perl5.004 and Sys::Syslog



My syslogs from perl broke after upgrading perl to potato.


#/etc/syslog.conf
#
local6.*        /var/log/perl


#!/usr/bin/perl -w
#
use Sys::Syslog;
openlog('testing! testing! ', 'cons,pid', 'local6');
syslog('info',"is perl talking?\n");
closelog();




Reply to: