I have a perl app which is expected to run on both linux and windows. Now, lately I have felt the need to log major events taking place in the app. However, the Sys::Syslog module is only for unix. What is the recommendation for logging that should work on both win32 and *nix? (win32 can be limited to 2000 and XP if that helps) If at all possible I would want the log entries to end up in syslog and window's corresponding log function (whatever it is called)