nextkey#

Tied-hash iterator: return the next key after FIRSTKEY.

תקציר#

while (my ($k, $v) = each %Config) { ... }

מה מוחזר#

The next key in the current iteration, or undef when the walk is exhausted.

מקרי קצה#

  • Calling NEXTKEY without a prior FIRSTKEY starts from wherever the hash’s internal iterator happens to be.

הבדלים מן ה-upstream#

Fully compatible with upstream.