[svn:perlfaq] r11389 - perlfaq/trunk

[email protected] Sat, 7 Jun 2008 16:48:15 -0700 (PDT)
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
Author: comdog
Date: Sat Jun  7 16:48:15 2008
New Revision: 11389

Modified:
   perlfaq/trunk/perlfaq.pod

Log:
* perlfaq.pod: added "How do I merge two hashes" to perlfaq4. Suggested
by Shlomi Fish.


Modified: perlfaq/trunk/perlfaq.pod
==============================================================================
--- perlfaq/trunk/perlfaq.pod	(original)
+++ perlfaq/trunk/perlfaq.pod	Sat Jun  7 16:48:15 2008
@@ -12,7 +12,7 @@
 
 The perlfaq comes with the standard Perl distribution, so if you have Perl
 you should have the perlfaq. You should also have the C<perldoc> tool
-that lets you read the L<perlfaq>:
+that let's you read the L<perlfaq>:
 
 	$ perldoc perlfaq
 
@@ -610,6 +610,10 @@
 
 =item *
 
+How do I merge two hashes?
+
+=item *
+
 What happens if I add or remove keys from a hash while iterating over it?
 
 =item *