Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Perl/Basics/Development environment"
From NetSec
(Created page with "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 wi...") |
(No difference)
|
Revision as of 17:59, 13 July 2012
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