Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/Development environment
From NetSec
Revision as of 00:37, 15 July 2012 by GertieUbpgdd (Talk | contribs)
- back to Perl
To develop in perl you will need only a perl interpreter and a text editor. For those of you who find un highlighted perl, there are a variety of windows & linux text editors with syntax highlighting support.
Windows:
- notepad++
- cygwin's vim implementation
- gvim for windows
Linux:
- vim
- nano
- emacs
- geany
- gedit