in reply to Re: Sys::Syslog module problem
in thread Sys::Syslog module problem

Thanks guys!
I now have dummy functions in syslog.pm, which solved the problem:
sub syslog {} sub setlogsock {} sub openlog {} 1;
I installed other modules required by swatcher and applied the same method where the program gave a similiar error about a module. The code, of course, needed to be worked on after this. Had to comment out lines and fix things.