Michael G. Schwern [Fri, 1 Jun 2001 11:49:56 +0000 (12:49 +0100)]
Message-ID: <
20010601114955.E29027@blackrider.blackstar.co.uk>
p4raw-id: //depot/perl@10367
compute it. The return value is the new hash entry so created. It will be
NULL if the operation failed or if the value did not need to be actually
stored within the hash (as in the case of tied hashes). Otherwise the
-contents of the return value can be accessed using the C<He???> macros
+contents of the return value can be accessed using the C<He?> macros
described here. Note that the caller is responsible for suitably
incrementing the reference count of C<val> before the call, and
decrementing it if the function returned NULL.