in reply to Sys::Syslog module problem

...so you could create a module Syslog.pm containing the  sub syslog {} - i.e. a dummy.

One world, one people

Replies are listed 'Best First'.
Module Install Problems With Windows
by Anonymous Monk on Jul 04, 2005 at 07:48 UTC
    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.