http://qs1969.pair.com?node_id=852931


in reply to Re^3: what is the difference between perl scripting in windows and linux
in thread what is the difference between perl scripting in windows and linux

There's also cygwin, which gives you a complete GNU-like environment on Windows, where you can install Perl, bash, gcc, make and all the other familiar tools from the GNU world and easily install CPAN modules and run shell scripts.

People keep calling me names every time i say that, but i find the cygwin experience much more stable and predictable than ActiveState or Strawberry. Simply put, CPAN module installation fails much more often on these platforms than on cygwin.

  • Comment on Re^4: what is the difference between perl scripting in windows and linux