in reply to Sys::Syslog module problem

Sys::Syslog is a frontend to the syslog command on Unix.... So it would not make much sense to use this on a Windows machine... Hope this makes it more clear.

Replies are listed 'Best First'.
Re^2: Sys::Syslog module problem
by Anonymous Monk on Jul 01, 2005 at 07:05 UTC
    Correct, but he doesn't even have Sys::Syslog installed.
      And that is also correct.. This module should not be installed on a Windows machine. (and probably won't but I can't verify that since I don't use Perl under windows.)