summaryrefslogtreecommitdiff
path: root/pod/perlfaq.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-18 08:49:01 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-18 08:49:01 +0000
commite573f90328e9db84c5405db01c52908bfac9286d (patch)
tree6d7b83d2dc1fc0a317ece595a527ee541755b5ff /pod/perlfaq.pod
parentea8d6ae1f062ab3b10e0ad05f17970dead9860ff (diff)
downloadperl-e573f90328e9db84c5405db01c52908bfac9286d.tar.gz
FAQ sync
p4raw-id: //depot/perl@29034
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r--pod/perlfaq.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod
index 3ddb3e23d7..c75da2e27b 100644
--- a/pod/perlfaq.pod
+++ b/pod/perlfaq.pod
@@ -24,8 +24,8 @@ at http://faq.perl.org/ . The perlfaq-workers periodically post extracts
of the latest perlfaq to comp.lang.perl.misc.
You can view the source tree at
-http://cvs.perl.org/viewcvs/cvs-public/perlfaq/ (which is outside of the
-main Perl source tree). The CVS repository notes all changes to the FAQ
+https://svn.perl.org/modules/perlfaq/trunk/ (which is outside of the
+main Perl source tree). The SVN repository notes all changes to the FAQ
and holds the latest version of the working documents and may vary
significantly from the version distributed with the latest version of
Perl. Check the repository before sending your corrections.
@@ -458,7 +458,7 @@ How do I find yesterday's date?
=item *
-Does Perl have a Year 2000 problem? Is Perl Y2K compliant?
+Does Perl have a Year 2000 problem? Is Perl Y2K compliant?
=item *
@@ -707,7 +707,7 @@ How do I flush/unbuffer an output filehandle? Why must I do this?
=item *
-How do I change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file?
+How do I change, delete, or insert a line in a file, or append to the beginning of a file?
=item *
@@ -1323,7 +1323,7 @@ How do I download a file from the user's machine? How do I open a file on anoth
=item *
-How do I make a pop-up menu in HTML?
+How do I make an HTML pop-up menu with Perl?
=item *