perl.cvs.perlfaq
[Top] [All Lists]

[svn:perlfaq] r11389 - perlfaq/trunk

Subject: [svn:perlfaq] r11389 - perlfaq/trunk
From: comdog@xxxxxxxxxxxx
Date: Sat, 7 Jun 2008 16:48:15 -0700 (PDT)
Newsgroups: perl.cvs.perlfaq

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 *

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:perlfaq] r11389 - perlfaq/trunk, comdog <=