diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-08 18:56:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-08 18:56:58 +0000 |
commit | f05bbc4047b4e519eb0edbaf2fce2004f4838d1a (patch) | |
tree | de226ce5a9d015aefd62d1b704bb24f8d232801f /pod/perlfaq3.pod | |
parent | fdd579e2dc5d0da16b7e86246a01f0d838120df7 (diff) | |
download | perl-f05bbc4047b4e519eb0edbaf2fce2004f4838d1a.tar.gz |
FAQ sync. (Ignoring the few URL differences for now.)
p4raw-id: //depot/perl@15813
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r-- | pod/perlfaq3.pod | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 2ac18e7004..9a2908d731 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq3 - Programming Tools ($Revision: 1.15 $, $Date: 2002/02/11 19:29:52 $) +perlfaq3 - Programming Tools ($Revision: 1.17 $, $Date: 2002/04/08 15:39:59 $) =head1 DESCRIPTION @@ -154,9 +154,9 @@ for indenting, ^D is for undenting, and ^O is for blockdenting-- as it were. A more complete example, with comments, can be found at http://www.cpan.org/authors/id/TOMC/scripts/toms.exrc.gz -The a2ps http://www-inf.enst.fr/%7Edemaille/a2ps/black+white.ps.gz does +The a2ps http://www-inf.enst.fr/%7Edemaille/a2ps/black+white.ps does lots of things related to generating nicely printed output of -documents, as does enscript at http://people.ssh.fi/mtr/genscript/ +documents, as does enscript at http://people.ssh.fi/mtr/genscript/ . =head2 Is there a ctags for Perl? @@ -191,7 +191,7 @@ Perl, a Visual Studio.NET plug-in is currently (early 2001) in beta =item The Object System -( http://www.castlelink.co.uk/object_system/ ) is a Perl web +(http://www.castlelink.co.uk/object_system/) is a Perl web applications development IDE, apparently for any platform that runs Perl. @@ -240,11 +240,11 @@ information, although some allow you to save files as "Text Only". You can also download text editors designed specifically for programming, such as Textpad ( http://www.textpad.com/ ) and UltraEdit -( http://www.ultraedit.com/ ), among others. +( http://www.ultraedit.com ), among others. If you are using MacOS, the same concerns apply. MacPerl (for Classic environments) comes with a simple editor. -Popular external editors are BBEdit ( http://www.bbedit.com/ ) +Popular external editors are BBEdit ( http://www.bbedit.com ) or Alpha ( http://alpha.olm.net/ ). MacOS X users can use Unix editors as well. @@ -285,7 +285,8 @@ win32: http://www.cs.vu.nl/%7Etmgil/vi.html =back For vi lovers in general, Windows or elsewhere: -http://www.thomer.com/thomer/vi/vi.html + + http://www.thomer.com/thomer/vi/vi.html nvi ( http://www.bostic.com/vi/ , available from CPAN in src/misc/) is yet another vi clone, unfortunately not available for Windows, but in @@ -384,7 +385,7 @@ For a complete version of Tom Christiansen's vi configuration file, see http://www.cpan.org/authors/Tom_Christiansen/scripts/toms.exrc.gz , the standard benchmark file for vi emulators. The file runs best with nvi, the current version of vi out of Berkeley, which incidentally can be built -with an embedded Perl interpreter--see http://www.cpan.org/src/misc/ +with an embedded Perl interpreter--see http://www.cpan.org/src/misc . =head2 Where can I get perl-mode for emacs? @@ -655,7 +656,7 @@ anything a module written in C can. For more on mod_perl, see http://perl.apache.org/ With the FCGI module (from CPAN) and the mod_fastcgi -module ( available from http://www.fastcgi.com/ ) each of your Perl +module (available from http://www.fastcgi.com/) each of your Perl programs becomes a permanent CGI daemon process. Both of these solutions can have far-reaching effects on your system |