Change 15832 by jhi@alpha on 2002/04/09 18:14:57

        FAQ sync.

Affected files ...

..... //depot/perl/pod/perlfaq2.pod#55 edit
..... //depot/perl/pod/perlfaq3.pod#64 edit

Differences ...

==== //depot/perl/pod/perlfaq2.pod#55 (text) ====
Index: perl/pod/perlfaq2.pod
--- perl/pod/perlfaq2.pod.~1~   Tue Apr  9 12:30:05 2002
+++ perl/pod/perlfaq2.pod       Tue Apr  9 12:30:05 2002
@@ -1,6 +1,6 @@
 =head1 NAME
 
-perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.11 $, $Date: 2002/04/08 
15:39:59 $)
+perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.12 $, $Date: 2002/04/09 
+17:16:05 $)
 
 =head1 DESCRIPTION
 
@@ -184,8 +184,8 @@
     comp.infosystems.www.authoring.cgi         Writing CGI scripts for the Web.
 
 There is also a Usenet gateway to Perl mailing lists sponsored by perl.org at 
-nntp://nntp.perl.org, or a web interface to the same lists at
-http://nntp.perl.org/group/.  Other groups are listed at 
+nntp://nntp.perl.org , or a web interface to the same lists at
+http://nntp.perl.org/group/ .  Other groups are listed at 
 http://lists.perl.org/ .
 
 =head2 Where should I post source code?

==== //depot/perl/pod/perlfaq3.pod#64 (text) ====
Index: perl/pod/perlfaq3.pod
--- perl/pod/perlfaq3.pod.~1~   Tue Apr  9 12:30:05 2002
+++ perl/pod/perlfaq3.pod       Tue Apr  9 12:30:05 2002
@@ -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 @@
 
 =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 @@
 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 @@
 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 @@
 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
End of Patch.

Reply via email to