summaryrefslogtreecommitdiff
path: root/pod/perlfaq3.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-09 13:37:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-09 13:37:01 +0000
commit213329dd3d3cdcddf6cc727a9d45053e2788898b (patch)
treea0462206b0af3340974a4bfef4d1e1149d120e85 /pod/perlfaq3.pod
parent7dc9aaa56b11c3e04f31eb9de23451166e23126f (diff)
downloadperl-213329dd3d3cdcddf6cc727a9d45053e2788898b.tar.gz
FAQ sync.
p4raw-id: //depot/perl@12911
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r--pod/perlfaq3.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod
index 842f78cae4..8bd3d45399 100644
--- a/pod/perlfaq3.pod
+++ b/pod/perlfaq3.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq3 - Programming Tools ($Revision: 1.8 $, $Date: 2001/10/17 14:14:20 $)
+perlfaq3 - Programming Tools ($Revision: 1.9 $, $Date: 2001/11/09 08:06:04 $)
=head1 DESCRIPTION
@@ -152,7 +152,7 @@ Put that in your F<.exrc> file (replacing the caret characters
with control characters) and away you go. In insert mode, ^T is
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.perl.com/CPAN-local/authors/id/TOMC/scripts/toms.exrc.gz
+http://www.cpan.org/authors/id/TOMC/scripts/toms.exrc.gz
If you are used to using the I<vgrind> program for printing out nice code
to a laser printer, you can take a stab at this using
@@ -423,7 +423,7 @@ directory http://www.cpan.org/modules/by-category/08_User_Interfaces/
Invaluable for Perl/Tk programming are the Perl/Tk FAQ at
http://w4.lns.cornell.edu/%7Epvhp/ptk/ptkTOC.html , the Perl/Tk Reference
Guide available at
-http://www.perl.com/CPAN-local/authors/Stephen_O_Lidie/ , and the
+http://www.cpan.org/authors/Stephen_O_Lidie/ , and the
online manpages at
http://www-users.cs.umn.edu/%7Eamundson/perl/perltk/toc.html .