[svn:perlfaq] r12290 - perlfaq/trunk

[email protected] Sat, 27 Dec 2008 06:25:33 -0800 (PST)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Author: comdog
Date: Sat Dec 27 06:25:33 2008
New Revision: 12290

Modified:
   perlfaq/trunk/perlfaq.pod

Log:
* Recreated perlfaq.pod for the new directory tree answers in perlfaq5.


Modified: perlfaq/trunk/perlfaq.pod
==============================================================================
--- perlfaq/trunk/perlfaq.pod	(original)
+++ perlfaq/trunk/perlfaq.pod	Sat Dec 27 06:25:33 2008
@@ -25,7 +25,7 @@
 
 You can view the source tree at
 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
+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.
@@ -861,6 +861,18 @@
 
 Why do I get weird spaces when I print an array of lines?
 
+=item *
+
+How do I traverse a directory tree?
+
+=item *
+
+How do I delete a directory tree?
+
+=item *
+
+How do I copy an entire directory?
+
 =back
 
 
@@ -1419,3 +1431,4 @@
 
 =back
 
+