Re: [PATCH] perlfunc/perldiag errors
Father Chrysostomos [Fri, 26 Oct 2007 18:10:27 +0000 (11:10 -0700)]
Message-Id: <14C78A7E-43AB-44BF-9016-2EFC9DCB65A2@cpan.org>

p4raw-id: //depot/perl@32196

pod/perldiag.pod

index 3434cd7..21a3891 100644 (file)
@@ -142,12 +142,11 @@ subroutine with an ampersand, such as:
 
 =item %s argument is not a HASH or ARRAY element or slice
 
-(F) The argument to delete() must be either a hash or array element or a
-subroutine name, such as:
+(F) The argument to delete() must be either a hash or array element,
+such as:
 
     $foo{$bar}
     $ref->{"susie"}[12]
-    &do_something
 
 or a hash or array slice, such as: