Greetings perl monks.
I am porting some perl from *nix to Windows. The code runs today on some 300+ servers. However, now it is going to run on Windows as well.
My question is can I conditionally include a module using the "use" command only when it is running under windows?
I want this piece of code to work: