summaryrefslogtreecommitdiff
path: root/pod/perlfaq3.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-09 18:14:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-09 18:14:57 +0000
commitbfeeaf1be23e4beb004384f313414fd1d76a930b (patch)
treefe05159d3d46c8e3f59fa4da4be26222a8836d2c /pod/perlfaq3.pod
parentf79371714633c61277d2d07323ae1ed6fb337938 (diff)
downloadperl-bfeeaf1be23e4beb004384f313414fd1d76a930b.tar.gz
FAQ sync.
p4raw-id: //depot/perl@15832
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r--pod/perlfaq3.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod
index 9a2908d731..7d3d4d3250 100644
--- a/pod/perlfaq3.pod
+++ b/pod/perlfaq3.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq3 - Programming Tools ($Revision: 1.17 $, $Date: 2002/04/08 15:39:59 $)
+perlfaq3 - Programming Tools ($Revision: 1.18 $, $Date: 2002/04/09 17:11:16 $)
=head1 DESCRIPTION
@@ -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.
@@ -385,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?
@@ -656,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