Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Perl/Basics/Development environment/Windows"

From NetSec
Jump to: navigation, search
(Created page with "You can do everything we're going over by installing perl on cygwin. CYGWIN is available at http://www.cygwin.com/install.html For compilation to .exe, we recommend "pp", you c...")
 
(No difference)

Revision as of 00:54, 19 July 2012

You can do everything we're going over by installing perl on cygwin. CYGWIN is available at http://www.cygwin.com/install.html

 For compilation to .exe, we recommend "pp", you can install this by `typing cpan -i pp' from your cygwin shell.

There is also a perl implementation for Windows written by activestate, searching for "activestate perl" in any search engine will find it.