From: Father Chrysostomos Date: Fri, 26 Oct 2007 18:10:27 +0000 (-0700) Subject: Re: [PATCH] perlfunc/perldiag errors X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06e52bfa3507726d5dec9998163497f6cac5f6ad;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] perlfunc/perldiag errors Message-Id: <14C78A7E-43AB-44BF-9016-2EFC9DCB65A2@cpan.org> p4raw-id: //depot/perl@32196 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3434cd7..21a3891 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -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: