in reply to Common use statements for windows and Linux

And yet another solution that I've used is to create a Win32::EventLog module that I can install on Linux.

This is particularly useful if you need to port working scripts from one to the other. If you can implement the functionality that you need, porting becomes much easier.

  • Comment on Re: Common use statements for windows and Linux