Stas Bekman <[EMAIL PROTECTED]> writes:
> Hopefully you can read C without understanding it ;) All it does is
> having a counter which tracks where it is inside the hash entry's
> list. so when you call FETCH it uses that index to get the right value.
^^^^^
s/FETCH/NEXTKEY/; C<scalar FETCH> always yields the first
value of a multivalued key. Unless something has changed
recently, C<each() in list context> still doesn't do what
the documentation suggests.
--
Joe Schaefer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]