Message-Id: <
14C78A7E-43AB-44BF-9016-2EFC9DCB65A2@cpan.org>
p4raw-id: //depot/perl@32196
=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: