| Newsgroups |
perl.cvs.perlfaq |
| Message-ID |
<[email protected]> |
cvsuser 02/04/09 10:11:17
Modified: . perlfaq3.pod
Log:
* more tweaks for URL styling
Revision Changes Path
1.18 +6 -6 perlfaq/perlfaq3.pod
Index: perlfaq3.pod
===================================================================
RCS file: /cvs/public/perlfaq/perlfaq3.pod,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -r1.17 -r1.18
--- perlfaq3.pod 8 Apr 2002 15:39:59 -0000 1.17
+++ perlfaq3.pod 9 Apr 2002 17:11:16 -0000 1.18
@@ -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
@@ -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?