Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Perl/Basics/Development environment"
From NetSec
GertieUbpgdd (Talk | contribs) |
GertieUbpgdd (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{subpage|Perl}} | + | <noinclude>{{subpage|Perl}}</noinclude> |
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:38, 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