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...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
<noinclude>:<font size="-2">[[Perl]] > [[Perl/Basics|Basics]] > [[Perl/Basics/Development environment|Development environment]] > [[Perl/Basics/Development environment/Windows|Windows]]</font></noinclude>
 +
 
You can do everything we're going over by installing perl on cygwin. CYGWIN is available at http://www.cygwin.com/install.html
 
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.
 
   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.
 
There is also a perl implementation for Windows written by activestate, searching for "activestate perl" in any search engine will find it.

Latest revision as of 08:13, 19 July 2012

Perl > Basics > Development environment > Windows

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.