in reply to Re: problems using Windows server
in thread problems using Windows server

Forward slashes work fine for most calls on Windows, so you can keep your Unix code there.

If you want to write really portable code, you can use File::Spec->catfile() to join path elements.