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

Perl/Basics/Development environment/Windows

From NetSec
Revision as of 18:10, 14 July 2012 by Levi99Vmsb (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.