[ID 20000830.036] [DOC] chom?p %hash not documented
authorRick Delaney <rick@consumercontact.com>
Wed, 30 Aug 2000 15:36:55 +0000 (11:36 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 30 Aug 2000 19:40:16 +0000 (19:40 +0000)
Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>

p4raw-id: //depot/perl@6921

pod/perlfunc.pod

index 85be9a2..99d9901 100644 (file)
@@ -612,6 +612,8 @@ If VARIABLE is omitted, it chomps C<$_>.  Example:
        # ...
     }
 
+If VARIABLE is a hash, it chomps the hash's values, but not its keys.
+
 You can actually chomp anything that's an lvalue, including an assignment:
 
     chomp($cwd = `pwd`);
@@ -638,6 +640,8 @@ Example:
        #...
     }
 
+If VARIABLE is a hash, it chops the hash's values, but not its keys.
+
 You can actually chop anything that's an lvalue, including an assignment:
 
     chop($cwd = `pwd`);