in reply to unix mods for windows

Maybe I'm not understanding the question properly, but most of the Perl moduless are cross-platform and work exactly the same way. For a list of tested modules with ppms compiled for windoze see the Activestate Modules Page. You might find that if you install the propoer modules your apps will just work. Wouldn't that be something?

One thing to watch out for: You have to specify binmode FILEHANDLE when writing binary files.

Cheers....

Steve

Replies are listed 'Best First'.
Re^2: unix mods for windows
by psychorugger (Initiate) on Apr 30, 2007 at 17:13 UTC
    Thanks monks for the help, I think I didn't make my question clear though. My fault. I'm wanting to write my Windows Admin perl apps in Unix, and integrate my unix admin application and my windows admin application under one application on Unix. I'll probably web base it with Apache (which I'll also have to figure out). Any suggestions there will be helpful. Are there unix perl modules that can help me write Windows administration apps like setting up exchange boxes, etc? I'm currently writing my apps on Solaris.