http://www.perlmonks.org?node_id=104816


in reply to Trying Win32 code on Linux

If you don't want to dual boot, configure Linux just for testing, etc, then download cygwin. It's free and does just what you want.



Error: Keyboard not attached. Press F1 to continue.

Replies are listed 'Best First'.
Re: Re: Trying Win32 code on Linux
by DrZaius (Monk) on Aug 15, 2001 at 03:28 UTC
    Cygwin is not the same as running linux. Cygwin is the same as running it under ActivePerl. There is no unix kernel or process management under cygwin, and it uses dll's and not shared libraries.

    Cygwin is one of the greatest things for windows users, but if you want to test your scripts under unix, there are way better ways.

    For example, buy an old box, install a unix on it and shell into it. If you are using gui's, set an X server up on your win32 box.

    Then again, dual booting/vmware also work well.