From: Gurusamy Sarathy Date: Sat, 19 Feb 2000 17:44:56 +0000 (+0000) Subject: remove outdated caveat about C (from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e902a9797e486747cb6f7d090925b6ed8d7801d8;p=p5sagit%2Fp5-mst-13.2.git remove outdated caveat about C (from Hugo van der Sanden) p4raw-id: //depot/perl@5154 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 578d62e..6b47fc7 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1168,9 +1168,7 @@ make your program I to run faster. When called in list context, returns a 2-element list consisting of the key and value for the next element of a hash, so that you can iterate over it. When called in scalar context, returns the key for only the "next" -element in the hash. (Note: Keys may be C<"0"> or C<"">, which are logically -false; you may wish to avoid constructs like C -for this reason.) +element in the hash. Entries are returned in an apparently random order. The actual random order is subject to change in future versions of perl, but it is guaranteed