summaryrefslogtreecommitdiff
path: root/pod/perlfaq3.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-20 15:33:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-20 15:33:28 +0000
commita612120d6e5ea70e72e322b269ece4784cd5c6b8 (patch)
treee270433a46ee4428280a635a58e4570ead8bd7a3 /pod/perlfaq3.pod
parent8782d0485eaade9b76a15b4d706a38e48b809eb1 (diff)
downloadperl-a612120d6e5ea70e72e322b269ece4784cd5c6b8.tar.gz
More Win32 Perling.
p4raw-id: //depot/perl@8209
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r--pod/perlfaq3.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod
index e3f83af20f..c9a81b804d 100644
--- a/pod/perlfaq3.pod
+++ b/pod/perlfaq3.pod
@@ -183,7 +183,7 @@ PerlBuilder (http://www.solutionsoft.com/perl.htm) is an integrated
development environment for Windows that supports Perl development.
PerlDevKit (http://www.activestate.com/Products/Perl_Dev_Kit/index.html)
is an IDE from ActiveState supporting the ActivePerl. (VisualPerl,
-a Visual Studio (or Visual.NET, in time) component is currently
+a Visual Studio (or Studio.NET, in time) component is currently
(late 2000) in beta). The visiPerl+ IDE is available from Help
Consulting (http://helpconsulting.net/visiperl/). Perl code magic is
another IDE (http://www.petes-place.com/codemagic.html). CodeMagicCD
@@ -193,7 +193,8 @@ applications development IDE. Starbase's Codewright
(http://www.starbase.com/) is yet another multilanguage editor/IDE.
Perl programs are just plain text, though, so you could download GNU
-Emacs or XEmacs (http://www.gnu.org/software/emacs/windows/ntemacs.html)
+Emacs or XEmacs
+(http://www.gnu.org/software/emacs/windows/ntemacs.html)
(http://www.xemacs.org/Download/index.html), or a vi clone such as nvi
(available from CPAN in src/misc/) or vim (http://www.vim.org/). Vim
runs on win32 (http://www.cs.vu.nl/%7Etmgil/vi.html). Vile is another
@@ -202,7 +203,9 @@ widely ported vi clone that has a Perl language sensitivity module
(http://www.slickedit.com/) is a full featured commercial editor that
has a modular architecture: it can emulate several other common
editors and it can help with programming language sensitivity modules
-for a variety of programming languages including Perl.
+for a variety of programming languages including Perl. MultiEdit
+(http://www.MultiEdit.com) has a user extendable interface and
+good Perl support.
If you're transferring Windows text files to Unix be sure to transfer
them in ASCII mode so the ends of lines are appropriately mangled.