On Sat, 2007-08-04 at 16:54 +0530, perl pra wrote: > Hi Gurus, > > > I want to execute some of the unix commands on windows, Presently we are > using Cygwin to run unix commands on Windows. > > Now I need to convert all the shell scripts into perl scritp. Is there any > module in perl which allows me to execute unix commands on Windows.
Cygwin virtually is Unix (yes there are differences, look up cygpath for example Nd only use forward slashes in directories). I run tests on programs destined for Unix on windows all the time, just write the code the same and you will learn the very small differences. -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/