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...") |
GertieUbpgdd (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{subpage|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. | 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. | ||
Revision as of 00:37, 15 July 2012
- 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