Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Perl/Basics/Development environment/Windows"
From NetSec
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...") |
Chantal21I (Talk | contribs) |
(No difference)
|
Revision as of 23:54, 18 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.