# New Ticket Created by Scott Walters # Please include the string: [perl #15317] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15317 > When a KEY * key datastructure is passed to a keyed method in array.pmc, and key->next is true...: array.pmc will recurse into the keyed lookup method of the PMC that it contains, passing it key->next. This implements the recursive indexing behavior as described in PDD08. -scott -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/30940/25927/407316/array.pmc.diffThread Next