Jonathan Sillito (via RT) wrote:
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #18170]
# in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=18170 >
WRT your comment: "should we use a List * here", I slightly vote for yes. In the long run we could use List as the basic store for registers and stacks as well.- changed: sub.cComments?
List would only need a small extension to manage arbitrary sized data.
WRT names: wouldn't be a hash faster then the linear search?
leo